17 $this->viewBase =
'@framework/auth';
27 return $this->viewBase .
'/index.html';
37 return $this->viewBase .
'/info.html';
47 return $this->viewBase .
'/create.html';
57 return $this->viewBase .
'/stepTwo.html';
67 return $this->viewBase .
'/badTwoFACode.html';
76 return $this->viewBase .
'/noAccess.html';
85 return $this->viewBase .
'/baseTemplate.html';
94 return $this->viewBase .
'/disconnected.html';
102 return $this->viewBase .
'/message.html';
110 return $this->viewBase .
'/initRecovery.html';
118 return $this->viewBase .
'/recovery.html';
Ubiquity\controllers\auth$AuthFiles This class is part of Ubiquity.
getViewIndex()
To override The login view.
getViewCreate()
To override Displays the form for a new account.
getViewInfo()
To override The info view, displays the connected user and a logout button.
getViewRecovery()
To override.
getViewNoAccess()
To override.
getViewBadTwoFACode()
To override Displays the message if the 2FA code is bad.
getViewBaseTemplate()
Returns the base template for all Auth actions if getBaseTemplate return a base template filename.
getViewStepTwo()
To override Displays the form for step two.
getViewDisconnected()
To override.
getBaseTemplate()
To override Returns the base template filename, default : null.
getViewInitRecovery()
To override.