string $user - the user name
string $pass - the uncrypted password
string $cvsuser - when editing a cvs passwd file, you can set the cvs user name
Table 24-1. Possible PEAR_Error values
Error code | Error message | Reason | Solution |
---|---|---|---|
3 | " Couldn't modify user user, because the user doesn't exists! " | The user entry could not written to the temporary file, he does not exists in this file. | Check typing of the $user or you maybe looking for File_Passwd::addUser() |