Public Member Functions | |
filters () | |
actionStandard () | |
actionTpa () | |
onLogin ($userIdentity) | |
onTPAAuthorizationSuccess ($serviceIdentity) |
Public Attributes | |
$defaultAction = 'login' | |
$attemptsEnded = false | |
$timeRemains | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' |
Additional Inherited Members | |
![]() | |
beforeAction ($action) |
Definition at line 3 of file LoginController.php.
LoginController::$attemptsEnded = false |
Variable which is used by BadLoginAttemptsFilter to indicate that attepts are ended
string
Definition at line 12 of file LoginController.php.
LoginController::$timeRemains |
Variable which is used by BadLoginAttemptsFilter to show remaiend for blocking login
string
Definition at line 19 of file LoginController.php.