Auth::attachLogObserver() | Auth::checkAuth() |
Auth | |
PEAR Manual | |
mixed Auth::changePassword (
string $username
, string $password
)
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.
Auth::attachLogObserver() | Auth::checkAuth() |
Auth | |
PEAR Manual | |