mixed Auth::changePassword (string $username, string $password)
mixed Auth::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.
Эта функция не должна вызываться статически.
Not all Auth Containers implement this functionality.