XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
User_EncryptPassword Class Reference
Inheritance diagram for User_EncryptPassword:
XCube_ActionFilter

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)
 
- Public Member Functions inherited from XCube_ActionFilter
 preBlockFilter ()
 [Abstract] Executes the logic, when the controller executes preBlockFilter().
 
 postFilter ()
 [Abstract] Executes the logic, when the controller executes postFilter().
 

Additional Inherited Members

- Data Fields inherited from XCube_ActionFilter
 $mController
 [READ ONLY] XCube_Controller
 
 $mRoot
 [READ ONLY] XCube_Root
 

Detailed Description

Definition at line 11 of file EncryptPassword.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( & $controller)

Constructor.

Parameters
$controllerXCube_Controller

Reimplemented from XCube_ActionFilter.

Definition at line 20 of file EncryptPassword.class.php.

Member Function Documentation

◆ encryptPassword()

encryptPassword ( & $password)

Definition at line 33 of file EncryptPassword.class.php.

◆ needsRehash()

needsRehash ( & $needs,
$val )

Definition at line 53 of file EncryptPassword.class.php.

◆ passwordVerify()

passwordVerify ( & $result,
$password,
$hash )

Definition at line 43 of file EncryptPassword.class.php.

◆ preFilter()

preFilter ( )

[Abstract] Executes the logic, when the controller executes preFilter().

Remarks
This method is called at the very beginning of the controller initialization process, some filters may not be called if these filters are registered later.

Reimplemented from XCube_ActionFilter.

Definition at line 26 of file EncryptPassword.class.php.

◆ User_EncryptPassword()

User_EncryptPassword ( & $controller)

Definition at line 15 of file EncryptPassword.class.php.


The documentation for this class was generated from the following file: