Topic on Project:Support desk

[RESOLVED] Want only registered users to view and edit site, and use email authenticated new user registration

3
167.29.4.150 (talkcontribs)

I have just installed MediaWiki 1.24

I would like our staff to be able to create their own accounts via email authentication. I would like the site to be viewable only by registered staff. In the install process I answered the questions to set the site private. I also installed the extension EmailDomainCheck.

The site comes up fine, with a note that you have to log in to view it. No create an account link is displayed, and following the link to the log in page, no link is presented there to create a new account.

What settings do I need to change in localsettings.php in order to allow staff to be presented with the choice to create a new account?

Please advise

Thanks, John Dooley

MarkAHershberger (talkcontribs)

Your LocalSettings.php file probably contains a line something like:

 $wgGroupPermissions['*']['createaccount'] = false;

You need to change the "false" to "true".

167.29.4.150 (talkcontribs)

Thanks that solved the issue and things work just as we wanted!

Reply to "[RESOLVED] Want only registered users to view and edit site, and use email authenticated new user registration"