I have created a wiki without user registration enabled.
How do I (re)enable and disable user registration ?
Also how do I sign up new users on a restricted access wiki with no user
self registration ?
Many thanks in advance,
Aaron
_______________________________________________
MediaWiki-l mailing list
Media...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
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.
> On Tue, Apr 3, 2012 at 2:40 PM, Aaron Gray <aaronngr...@gmail.com>
> 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.
>
>
Great, thanks a lot Benjamin :)
Regards,
Aaron
you can create new accounts with a temporary password.
every new registrated user should change this password.
best regards
-----Ursprüngliche Nachricht-----
From: Aaron Gray
Sent: Tuesday, April 03, 2012 8:40 PM
To: MediaWiki announcements and site admin list
Subject: [Mediawiki-l] How to allow user registration ?