I wonder if it is possible to set auth groups in config, as one can
set individual users with a password, like
$AuthUser['bob'] = crypt('bobspassword');
thereby not using SiteAdmin.AuthUser
Does it work to set group associations in config.php like
$AuthUser['@admin'] = array('bob','ann','jack');
? or in a different way?
thanks for any help here!
~Hans