mixed File_Passwd_Authdigest::changePasswd (string $user, string $realm, string $pass)
mixed File_Passwd_Authdigest::changePasswd
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
Returns TRUE on success, PEAR_Error on failure.
Table 37-1. Possible PEAR_Error values
This function can not be called statically.