How can i remove the line "Don't have an account? Create an account." from the login page of my new MediaWiki install.
I want to restrict viewing on my wiki so i have done so, it then makes all users redirect to login form which has a create account link on it. I want people to be able to make accounts but only if they are following the inbound create account link from my main website.
I was wondering the same thing, and eventually found it here:
Your URL/mediawiki/index.php?title=MediaWiki:Userlogin&action=edit
$wgGroupPermissions['*']['createaccount'] = false;
on your LocalSettings.php
Tidak ada komentar:
Posting Komentar