Auth::changePassword() -- change the password of a user
Beschrijving
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
Return waarde
mixed -
TRUE on success, a PEAR Error on failure.
Note
Deze functie kan niet statisch worden aangeroepen.
Not all Auth Containers implement this functionality.