mixed File_Passwd_Custom::modUser (string $user [, array $properties = array()])
mixed File_Passwd_Custom::modUser
You shouldn't modify the password of the user with this method, use File_Passwd_Custom::changePasswd() instead.
You should use this method only if the 'name map' is used, too.
the user to modify
an associative array of properties to modify
Returns TRUE on success, PEAR_Error on failure.
Table 37-1. Possible PEAR_Error values
See File_Passwd_Custom::useMap()
See File_Passwd_Custom::changePasswd()
This function can not be called statically.