[pmwiki-users-de] Passwort Verwaltung AuthUser

siva1 siva1 at freesurf.ch
Thu Oct 12 18:49:03 CDT 2006


Hallo zusammen 

irgendwie kriege ich das mit AuthUser nicht hin, ich kann da machen was ich
will...
Kann mir jemand weiterhelfen...Bitte?
Eiinausschnitt aus dem config.php file:


## You'll probably want to set an administrative password that you
## can use to get into password-protected pages.  Also, by default
## the "attr" passwords for the PmWiki and Main groups are locked, so
## an admin password is a good way to unlock those.  See PmWiki.Passwords
## and PmWiki.PasswordsAdmin.
$DefaultPasswords['admin'] = 'verschlüsseltes passwort';
$DefaultPasswords['attr'] = 'verschlüsseltes passwort';
$DefaultPasswords['read'] = 'verschlüsseltes passwort';
$DefaultPasswords['edit'] = 'verschlüsseltes passwort';




    ## Define usernames and passwords.
$AuthUser['Heinz'] = 'verschlüsseltes passwort';
$AuthUser['Karin'] = 'verschlüsseltes passwort';
$AuthUser['claudion'] = crypt('claudio');
    
$AuthUserHtPasswd = 'local/.htpasswd'; # A passwd-formatted file

   ## Enable authentication based on username.
include_once('scripts/authuser.php');

Besten Dank an alle...

Sascha




More information about the pmwiki-users-de mailing list