mixed Auth_HTTP::changePassword (string $username, string $password)
mixed Auth_HTTP::changePassword
Change the password of a user within the Auth Container.
the username of the user
the new password for the user
mixed - TRUE on success, a PEAR Error on failure.
This function can not be called statically.
Not all Auth Containers implement this functionality.