[pmwiki-users] Can a user provide one password that allows both read and edit access?

Hagan Fox haganfox at users.sourceforge.net
Fri Dec 1 12:21:00 CST 2006


Gordon, Andrew <Andrew.Gordon <at> unisys.com> writes:
> Can a user sign on with a password that allows both read and
> edit access? If so how is that specified? Thank you

You can use something like

   $DefaultPasswords['admin'] = '$1$wjKeu2kQ$vGSx0232a68U95KBF5RaF.';
   $DefaultPasswords['edit'] = '$1$0CShQ0de$XW9ern3xLcT8xOtBjLhLe0';
   $DefaultPasswords['read'] = '@_site_edit';

in config.php, where the crypted passwords come from ?action=crypt .

Hagan






More information about the pmwiki-users mailing list