Метод |
Описание |
|
auth ( ) : boolean |
Displays authentication form |
|
authCheck ( ) : boolean |
Gets advanced authentication settings |
|
authFails ( ) : boolean |
User is not allowed to login to MySQL -> authentication failed |
|
authSetUser ( ) : boolean |
Set the user and password after last checkings if required |
|
getErrorMessage ( ) : string |
Returns error message for failed authentication. |
|
getLoginFormURL ( ) : string |
Returns URL for login form. |
|
handlePasswordChange ( string $password ) : void |
Callback when user changes password. |
|
logOut ( ) : void |
Perform logout |
|
setSessionAccessTime ( ) : void |
Store session access time in session. |
|
storeUserCredentials ( ) : void |
Stores user credentials after successful login. |
|