PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
You shouldn't modify the password of the user with this method, use File_Passwd_Custom::changePasswd() instead.
You should use this method only if the 'name map' is used, too.
the user to modify
an associative array of properties to modify
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_NOT | user doesn't exists |
FILE_PASSWD_E_INVALID_CHARS | any of the extra properties contains the delimiter |
Zurück | Zum Anfang | Nach vorne |
File_Passwd_Custom::addUser() | Nach oben | File_Passwd_Custom::changePasswd() |