Hi,
I have set user rigths in LocalSetting.php (Anonymous users cannot read or edit any other page, but can still create accounts):
$wgGroupPermissions['*' ]['read'] = false; $wgGroupPermissions['user' ]['read'] = true; $wgWhitelistRead = array("Main Page", 'Special:RequestAccount',);
How can I use RequestAccount extension with this settings? How can Anonymous users reach the RequestAccount page?
It could be the solution if I install a link to Main Page. --> How can I set a link to the Main Page?
What could be the right solution?
Please write me soon. Regards, Gábor