Le dimanche 27 décembre 2009 19:02:46, vous avez écrit :
Hi Klaus,
I just checked the group rights on your wiki and it seems that there is a error there, nobody has the right to edit pages.
This can be fixed by adding the next line to your localsettings.php in your mediawiki root.
$wgGroupPermissions['*']['edit'] = true;
Hi Huib,
it works, thank you.
But now everybody can edit pages without being connected. Before I had in LocalSettings.php:
$wgGroupPermissions['user' ]['edit'] = false; $wgGroupPermissions['*']['edit'] = false;
and it worked: users had to be connected to edit pages.
You could check http://www.mediawiki.org/wiki/Manual:User_rights also, it seems that you're missing the rights for admins, crats, etc etc also.
ok, I shall study this page
cheers Klaus
Best regards, Huib