Hello All,<br>I have a problem setting up a site-wide "edit" password. I created two groups in the AuthUser, one called @admins and the other called @editors. In the config.php, I set<br><br><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

$DefaultPasswords['admin'] = '@admins';<br>$DefaultPasswords['edit'] = array('@editors', '@admins');<br>$DefaultPasswords['read'] = array('@editors', '@admins');</blockquote>

<br>Using any login+password of the users in the @admins group, everything is working perfectly, I can edit everything. Using a login from the @editors group, I can only read the (entire) wiki, I cannot edit any pages. When I go to the action=attr of any pages, I have :<br>

<br><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">Set new read password: ________ (set by site) @editors @admins<br>Set new edit password: _________ (set by group) @lock<br>

Set new attribute password: _________ (set by group) @lock</blockquote><br>Why is the read password is properly set by config.php and not the edit password ? I clearly did something wrong I cannot find it !<br>Thanks for your help !