Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\controllers\auth$AuthFiles This class is part of Ubiquity. More...
Public Member Functions | |
__construct () | |
getViewIndex () | |
To override The login view. | |
getViewInfo () | |
To override The info view, displays the connected user and a logout button. | |
getViewCreate () | |
To override Displays the form for a new account. | |
getViewStepTwo () | |
To override Displays the form for step two. | |
getViewBadTwoFACode () | |
To override Displays the message if the 2FA code is bad. | |
getViewNoAccess () | |
To override. | |
getViewBaseTemplate () | |
Returns the base template for all Auth actions if getBaseTemplate return a base template filename. | |
getViewDisconnected () | |
To override. | |
getViewMessage () | |
getViewInitRecovery () | |
To override. | |
getViewRecovery () | |
To override. | |
getBaseTemplate () | |
To override Returns the base template filename, default : null. | |
Protected Attributes | |
string | $viewBase |
Ubiquity\controllers\auth$AuthFiles This class is part of Ubiquity.
Definition at line 13 of file AuthFiles.php.
__construct | ( | ) |
Definition at line 16 of file AuthFiles.php.
getBaseTemplate | ( | ) |
To override Returns the base template filename, default : null.
Definition at line 126 of file AuthFiles.php.
getViewBadTwoFACode | ( | ) |
To override Displays the message if the 2FA code is bad.
Definition at line 66 of file AuthFiles.php.
getViewBaseTemplate | ( | ) |
Returns the base template for all Auth actions if getBaseTemplate return a base template filename.
Definition at line 84 of file AuthFiles.php.
getViewCreate | ( | ) |
To override Displays the form for a new account.
Definition at line 46 of file AuthFiles.php.
getViewDisconnected | ( | ) |
getViewIndex | ( | ) |
getViewInfo | ( | ) |
To override The info view, displays the connected user and a logout button.
Definition at line 36 of file AuthFiles.php.
getViewInitRecovery | ( | ) |
getViewMessage | ( | ) |
Definition at line 101 of file AuthFiles.php.
getViewNoAccess | ( | ) |
getViewRecovery | ( | ) |
getViewStepTwo | ( | ) |
To override Displays the form for step two.
Definition at line 56 of file AuthFiles.php.
|
protected |
Definition at line 14 of file AuthFiles.php.