previousAuth::attachLogObserver() (Previous) (Next) Auth::checkAuth()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth::changePassword()

Auth::changePassword() – Modifie le mot de passe d'un utilisateur

Synopsis

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

Description

Modifie le mot de passe d'un utilisateur d'un conteneur Auth.

Parameter

string $username

le nom de l'utilisateur

string $password

le nouveau mot de passe de l'utilisateur

Return value

mixed - TRUE en cas de succès, une erreur PEAR si une erreur survient.

Note

This function can not be called statically.

Tous les conteneurs Auth ne supportent pas cette fonctionnalité.

previousAuth::attachLogObserver() (Previous) (Next) Auth::checkAuth()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.