Definition at line 43 of file Primary.class.php.
◆ checkUsersPassColumnLength()
static checkUsersPassColumnLength |
( |
| ) |
|
|
static |
check pass colmun length of users table
- Returns
- bool Users pass column length is fixed (VARCHAR(191))
Definition at line 139 of file Primary.class.php.
◆ convertUrlToUser()
static convertUrlToUser |
( |
& | $url | ) |
|
|
static |
◆ encryptPassword()
static encryptPassword |
( |
| $password | ) |
|
|
static |
To encrypt hash of password
- Parameters
-
string | $password | The password |
- Returns
- string encrypt hashed password
Definition at line 98 of file Primary.class.php.
◆ passwordNeedsRehash()
static passwordNeedsRehash |
( |
| $value | ) |
|
|
static |
Is password hash needs rehash
- Parameters
-
string | $value | The hash value |
- Returns
- bool needs rehash
Definition at line 127 of file Primary.class.php.
◆ passwordVerify()
static passwordVerify |
( |
| $password, |
|
|
| $hash ) |
|
static |
Password veryfy with hash
- Parameters
-
string | $password | The password |
string | $hash | The hash |
- Returns
- bool password match to hash
Definition at line 113 of file Primary.class.php.
◆ setupUser()
static setupUser |
( |
& | $principal, |
|
|
& | $controller, |
|
|
& | $context ) |
|
static |
The documentation for this class was generated from the following file: