PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Add an user to the AuthDigestFile.
$user and $realm must start with an alphabetical charachter and must NOT contain any other characters than alphanumerics, the underline and dash.
the user to add
the realm the user should be in
the plaintext password
Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.
Tabelle 38-1. Mögliche Fehler-Arten
Error Code | Summary |
---|---|
FILE_PASSWD_E_EXISTS_ALREADY | user already exists in the supplied realm |
FILE_PASSWD_E_INVLAID_CHARS | user or realm contains illegal characters |
Zurück | Zum Anfang | Nach vorne |
File_Passwd_Authdigest::save() | Nach oben | File_Passwd_Authdigest::changePasswd() |