mixed File_Passwd_Authdigest::addUser (string $user, string $realm, string $pass)
mixed File_Passwd_Authdigest::addUser
Add an user to the AuthDigestFile.
$user and $realm must start with an alphabetical charachter and must NOT contain any other characters than alphanumerics, the underline and dash.
the user to add
the realm the user should be in
the plaintext password
Returns TRUE on success, PEAR_Error on failure.
Table 37-1. Possible PEAR_Error values
This function can not be called statically.