mixed Auth::changePassword (
string $username
, string $password
)
Change the password of a user within the Auth Container.
$username
the username of the user
$password
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.