PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Change the password of a certain user in a specific realm.
This method in fact adds the user whith the new password after deleting the user.
the user whose password should be changed
the realm the user is in
the new 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_USER_NOT_IN_REALM | user doesn't exist in the supplied realm |
FILE_PASSWD_E_INVALID_CHARS | user or realm contains illegal characters |
Zurück | Zum Anfang | Nach vorne |
File_Passwd_Authdigest::addUser() | Nach oben | File_Passwd_Authdigest::verifyPasswd() |