Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17112 программистов и 1833 робота. Сейчас ищут 1673 программиста ...
Auth::changePassword()
Вернуться к: Auth
Auth::changePassword()
Auth::changePassword() – change the password of a user
Synopsis
mixed Auth::changePassword ( string $username , string $password )
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 value
mixed - TRUE on success, a PEAR Error on failure.
Note
This function can not be called statically.
Not all Auth Containers implement this functionality.
Вернуться к: Auth