[pmwiki-users-de] Passwort Verwaltung AuthUser

Michael Brenner mik.admin at nurfuerspam.de
Sat Oct 14 01:15:55 CDT 2006


Hi Sascha,

probiers mal folgendermaßen:

$AuthUser['htpasswd'] = 'local/.htpasswd';

AuthUserHtPasswd ist sowieso eine Funktion aus authuser.php da wirst du wenig 
erfolg haben :-)

Sollte es dann immer noch hapern, schreib ruhig nochmal, auf der ML ist es mir 
eh viel zu ruhig.

Viel Spass - mik

Am Freitag, 13. Oktober 2006 01:49 schrieb siva1:
> 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
>
>
> _______________________________________________
> pmwiki-users-de mailing list
> pmwiki-users-de at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users-de



More information about the pmwiki-users-de mailing list