PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
mixed File_Passwd_Cvs::changePasswd (mixed $user, mixed $pass)
mixed File_Passwd_Cvs::changePasswd
Change the password of a certain user.
the user whose password should be changed
the new plaintext password
$return.success-pearerror;
Returns PEAR_Error FILE_PASSWD_E_EXISTS_ALREADY, if user already exists.
This function can not be called statically.