On Tue, Apr 3, 2012 at 2:40 PM, Aaron Gray <[email protected]> wrote: > How do I (re)enable and disable user registration ?
In LocalSettings.php, remove the line "$wgGroupPermissions['*']['createaccount'] = false;" or change "false" to "true". See http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation for more information. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
