104 return \ucfirst ( $this->_getLoginInputName () );
112 return \ucfirst ( $this->_getPasswordInputName () );
116 return \ucfirst ( $this->_getPasswordInputName () ).
' confirmation';
126 return
'main .container';
130 return
'Remember me';
Ubiquity\controllers\auth$AuthControllerVariablesTrait This class is part of Ubiquity.
disconnectedMessage(FlashMessage $fMessage)
To override for modifying the disconnect message.
attemptsNumber()
To override Returns int the maximum number of allowed login attempts.
noAccessMessage(FlashMessage $fMessage)
Override for modifying the noAccess message.
_checkConnectionTimeout()
_displayInfoAsString()
Override to define if user info is displayed as string.
attemptsTimeout()
To override Returns the time before trying to connect again Effective only if attemptsNumber return a...
attemptsNumberMessage(FlashMessage $fMessage, $attempsCount)
Override for modifying attempts message You can use {_timer} and {_attemptsCount} variables in messag...
terminateMessage(FlashMessage $fMessage)
To override for modifying the logout message.
badLoginMessage(FlashMessage $fMessage)
To override for modifying the bad login message.
_getUserSessionKey()
To override for defining user session key, default : "activeUser".
_getBodySelector()
Returns the body selector (jquery selector used for replacing the content of the page).