Mailing List Archive

Stop account creation
I just want a few people to be allowed to have accounts and edit pages in my
wiki. I've worked out how to only allow edit if you are loged in, but can't
work out an easy way to block account creation.

-Adam.
RE: Stop account creation [ In reply to ]
In the LocalSettings.php file I just set the $wgWhitelistAccount to this:
## Variable used for who can create user accounts
$wgWhitelistAccount = array ( "sysop" => 1, "developer" => 0, "user" => 0 );

It says that sysop can create accounts, but not developer or user.

-----Original Message-----
From: Adam Parker [mailto:cyaegha@iinet.net.au]
Sent: Tuesday, November 09, 2004 7:24 AM
To: 'MediaWiki announcements and site admin list'
Subject: [Mediawiki-l] Stop account creation


I just want a few people to be allowed to have accounts and edit pages in my
wiki. I've worked out how to only allow edit if you are loged in, but can't
work out an easy way to block account creation.

-Adam.
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l