mixed File_Passwd_Cvs::changePasswd (
mixed $user
, mixed $pass
)
Change the password of a certain user.
$user
the user whose password should be changed
$pass
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.