{"id":1604,"date":"2010-12-23T03:23:09","date_gmt":"2010-12-22T19:23:09","guid":{"rendered":"http:\/\/akuadi.org\/life\/?p=1604"},"modified":"2010-12-23T03:23:50","modified_gmt":"2010-12-22T19:23:50","slug":"mediawiki-user-right","status":"publish","type":"post","link":"https:\/\/akuadi.org\/life\/blog\/2010\/12\/23\/mediawiki-user-right\/","title":{"rendered":"MediaWiki: User Right"},"content":{"rendered":"<p>How to enable the user right in your media wiki. This function will allowed the registered user only that can view the contents inside your wiki.And only admin can edit or changes the contents.<\/p>\n<div id=\"_mcePaste\">\n<blockquote>\n<div>#[~\/public_html\/wiki]# ls -al LocalSettings.php<\/div>\n<div id=\"_mcePaste\">-rw-r&#8212;&#8211; 1 server1 server1 4984 Dec 18 22:25 LocalSettings.php<\/div>\n<div id=\"_mcePaste\"># [~\/public_html\/wiki]# pwd<\/div>\n<div id=\"_mcePaste\">\/home\/server1\/public_html\/wiki<\/div>\n<div id=\"_mcePaste\"># [~\/public_html\/wiki]# vi\u00a0LocalSettings.php<\/div>\n<\/blockquote>\n<div>Just add this in your LocalSettings.php<\/div>\n<div>\n<blockquote>\n<div>$wgEnableEmail \u00a0 \u00a0 \u00a0= true;<\/div>\n<div>$wgEnableUserEmail \u00a0= true; # UPO<\/div>\n<div>$wgGroupPermissions[&#8216;*&#8217;][&#8216;edit&#8217;] = false;<\/div>\n<div>$wgGroupPermissions[&#8216;*&#8217;][&#8216;read&#8217;] = false;<\/div>\n<div>$wgGroupPermissions[&#8216;*&#8217;][&#8216;createaccount&#8217;] = false;<\/div>\n<div>$wgGroupPermissions[&#8216;user&#8217;][&#8216;edit&#8217;] = false;<\/div>\n<div>$wgGroupPermissions[&#8216;sysop&#8217;][&#8216;edit&#8217;] = true;<\/div>\n<\/blockquote>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How to enable the user right in your media wiki. This function will allowed the registered user only that can view the contents inside your wiki.And only admin can edit or changes the contents. #[~\/public_html\/wiki]# ls -al LocalSettings.php -rw-r&#8212;&#8211; 1 server1 server1 4984 Dec 18 22:25 LocalSettings.php # [~\/public_html\/wiki]# pwd \/home\/server1\/public_html\/wiki # [~\/public_html\/wiki]# vi\u00a0LocalSettings.php Just [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[94],"tags":[],"class_list":["post-1604","post","type-post","status-publish","format-standard","hentry","category-mediawiki"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/1604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/comments?post=1604"}],"version-history":[{"count":0,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/1604\/revisions"}],"wp:attachment":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/media?parent=1604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/categories?post=1604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/tags?post=1604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}