Difference between revisions of "Creating New Account Access change"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchBarrycui81 (talk | contribs) |
Barrycui81 (talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Current nobody can create an account on nuclear.unh.edu/wiki. The method to perform this is that we change the default value of creating account ability to false. | Current nobody can create an account on nuclear.unh.edu/wiki. The method to perform this is that we change the default value of creating account ability to false. | ||
− | Do remember, on the next upgrade of MediaWiki, you need to change the value back to true. This is very very very important or upgrading will | + | Do <font color=red>remember</font>, on the next upgrade of MediaWiki, you need to change the value back to true. This is very very very important or upgrading will bDode lost. |
− | File location: /var/www/nuclear/wiki/includes/DefaultSettings.php on roentgen.unh.edu line 824 | + | File location: /var/www/nuclear/wiki/includes/DefaultSettings.php on roentgen.unh.edu line 824<br> |
− | $wgGroupPermissions['*' ]['createaccount'] = false/true; | + | <code>$wgGroupPermissions['*' ]['createaccount'] = <font color=red>false/true</font>;</code> |
− | After you change the value, remember to restart the | + | After you change the value, remember to restart the httpd daemon by the command: /etc/init.d/httpd restart |
+ | |||
+ | If you need to create an account please emmail: npg-admins AT physics.unh.edu with your user name. |
Latest revision as of 16:35, 9 June 2009
Current nobody can create an account on nuclear.unh.edu/wiki. The method to perform this is that we change the default value of creating account ability to false.
Do remember, on the next upgrade of MediaWiki, you need to change the value back to true. This is very very very important or upgrading will bDode lost.
File location: /var/www/nuclear/wiki/includes/DefaultSettings.php on roentgen.unh.edu line 824
$wgGroupPermissions['*' ]['createaccount'] = false/true;
After you change the value, remember to restart the httpd daemon by the command: /etc/init.d/httpd restart
If you need to create an account please emmail: npg-admins AT physics.unh.edu with your user name.