XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
User_EncryptPassword (&$controller) | |
__construct (&$controller) | |
Constructor. | |
preFilter () | |
[Abstract] Executes the logic, when the controller executes preFilter(). | |
encryptPassword (&$password) | |
passwordVerify (&$result, $password, $hash) | |
needsRehash (&$needs, $val) | |
![]() | |
preBlockFilter () | |
[Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
postFilter () | |
[Abstract] Executes the logic, when the controller executes postFilter(). | |
Additional Inherited Members | |
![]() | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
Definition at line 11 of file EncryptPassword.class.php.
__construct | ( | & | $controller | ) |
Constructor.
$controller | XCube_Controller |
Reimplemented from XCube_ActionFilter.
Definition at line 20 of file EncryptPassword.class.php.
encryptPassword | ( | & | $password | ) |
Definition at line 33 of file EncryptPassword.class.php.
needsRehash | ( | & | $needs, |
$val ) |
Definition at line 53 of file EncryptPassword.class.php.
passwordVerify | ( | & | $result, |
$password, | |||
$hash ) |
Definition at line 43 of file EncryptPassword.class.php.
preFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preFilter().
Reimplemented from XCube_ActionFilter.
Definition at line 26 of file EncryptPassword.class.php.
User_EncryptPassword | ( | & | $controller | ) |
Definition at line 15 of file EncryptPassword.class.php.