At 00:10 +0200 5/8/06, wiki@avenarius.sk wrote:
On Friday, 4th August 2006 at 23:01:41 (GMT +0200), Mopster wrote:
I also tried making a new usergroup with all the original user access and set user permissions on false. But this didn't quite work since it also didn't allow me to access anything.
How come? Aren't you the sysop of your wiki to whom those prohibitive settings should not apply?
-- Yours, Alex. [processed by "The Bat!", Version 3.80.06]
I have suggested this: add to LocalSettings.php (and add users by hand as WikiSysop)...
$wgWhitelistRead = array ( "Main Page", "Special:Userlogin", "Wikipedia:Help");
$wgEnableUserEmail = true;
$wgGroupPermissions['*' ]['createaccount'] = false; $wgGroupPermissions['*' ]['read'] = false; $wgGroupPermissions['*' ]['edit'] = false; $wgGroupPermissions['*' ]['search'] = false;
$wgGroupPermissions['user' ]['move'] = true; $wgGroupPermissions['user' ]['read'] = true; $wgGroupPermissions['user' ]['edit'] = true; $wgGroupPermissions['user' ]['upload'] = true; $wgGroupPermissions['user' ]['search'] = true;
Regards,