[pmwiki-users] defining Usergroups in config.php or farmconfig.php

Patrick R. Michaud pmichaud at pobox.com
Wed Sep 6 17:08:44 CDT 2006


On Wed, Sep 06, 2006 at 11:24:12PM +0200, pmwiki Besenreuther wrote:
> Just a little problem exits, when I use following:
> in config.php:
>  $DefaultPasswords['admin'] = crypt('secret');
>  $AuthUser['udo'] = array(crypt('udo'));
>  $AuthUser['bob'] = array(crypt('bob'));
>  $AuthUser['alice'] = array(crypt('wonder'));
>  $AuthUser['@meinegruppe'] = array('udo','bob','alice');
>  $AuthUser['@meinedit'] = array('alice');

The ability to define authorization groups didn't exist until
version 2.1.24 (just released).  Upgrade to that version, if you
haven't already, and see if it works then.

Pm




More information about the pmwiki-users mailing list