Just set up 1.3 and everything went smoothly, except...
When I added "$wgWhitelistAccount = array ( 'user' => 0, 'sysop' => 1, 'developer' => 1 );" to the config file, no one can log in.
Shouldn't this only disable account creation, not login's from existing users (like WikiSysop)?
Bruce
On Aug 12, 2004, at 9:22 PM, Bruce Bertrand wrote:
Just set up 1.3 and everything went smoothly, except...
When I added "$wgWhitelistAccount = array ( 'user' => 0, 'sysop' => 1, 'developer' => 1 );" to the config file, no one can log in.
Shouldn't this only disable account creation, not login's from existing users (like WikiSysop)?
It should... Make sure you don't have $wgWhitelistRead set, and if you do, make sure the login page is in the whitelist.
~Tor
On Friday 13 August 2004 02:07 am, Tor Bjornrud wrote:
On Aug 12, 2004, at 9:22 PM, Bruce Bertrand wrote:
Just set up 1.3 and everything went smoothly, except...
When I added "$wgWhitelistAccount = array ( 'user' => 0, 'sysop' => 1, 'developer' => 1 );" to the config file, no one can log in.
Shouldn't this only disable account creation, not login's from existing users (like WikiSysop)?
It should... Make sure you don't have $wgWhitelistRead set, and if you do, make sure the login page is in the whitelist.
~Tor
Nope, $wgWhitelistRead is not in my LocalSettings.php
The only Whitelist options I have are: $wgWhitelistEdit = true; $wgWhitelistAccount = array ( 'user' => 0, 'sysop' => 1, 'developer' => 1 );
Can anyone else confirm or counter this behavior with 1.3?
Bruce
mediawiki-l@lists.wikimedia.org