[pmwiki-users] Validate login/password

Stéphane Heckel hsteph at club-internet.fr
Tue Apr 1 10:51:08 CDT 2008


Hi,

Which core function should I use to validate a user/password (from a 
cookbook) ?
Authuser.php is enabled

Is it AuthUserId ?
What would be the sequence to do that ?

    $_POST['authid']=$username; ??
    $_POST['authpw']=$password; ??
    if(!AuthUserId($pagename, $username,$password)) {

Thanks for your feedback

SH 






More information about the pmwiki-users mailing list