Auth::changePassword()

Auth::changePassword() -- change the password of a user

Synopsis

mixed Auth::changePassword (string $username, string $password)

Beschreibung

Change the password of a user within the Auth Container.

Parameter

string $username

the username of the user

string $password

the new password for the user

Rückgabewert

mixed - TRUE on success, a PEAR Error on failure.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Not all Auth Containers implement this functionality.