protected function renderErrorPage($title, $messages)Inherited
protected function renderErrorPage($title, $messages)
Inherited
Parameters
| $title | ||
| array | $messages |
Return
| wild |
protected function isFirstTimeSetup()Inherited
protected function isFirstTimeSetup()
Inherited
PhabricatorAuthController
Returns true if this install is newly setup (i.e., there are no user accounts yet). In this case, we enter a special mode to permit creation of the first account form the web UI.
Return
| wild |
protected function loginUser($user, $force_full_session)Inherited
protected function loginUser($user, $force_full_session)
Inherited
PhabricatorAuthController
Log a user into a web session and return an AphrontResponse which corresponds to continuing the login process.
Normally, this is a redirect to the validation controller which makes sure the user's cookies are set. However, event listeners can intercept this event and do something else if they prefer.
Parameters
| PhabricatorUser | $user | User to log the viewer in as. |
| bool | $force_full_session | True to issue a full session immediately, bypassing MFA. |
Return
| AphrontResponse | Response which continues the login process. |
protected function clearRegistrationCookies()Inherited
protected function clearRegistrationCookies()
Inherited
Return
| wild |
private function buildLoginValidateResponse($user)Inherited
private function buildLoginValidateResponse($user)
Inherited
Parameters
| PhabricatorUser | $user |
Return
| wild |
protected function renderError($message)Inherited
protected function renderError($message)
Inherited
Parameters
| $message |
Return
| wild |
protected function loadAccountForRegistrationOrLinking($account_key)Inherited
protected function loadAccountForRegistrationOrLinking($account_key)
Inherited
Parameters
| $account_key |
Return
| wild |
protected function loadInvite()Inherited
protected function loadInvite()
Inherited
Return
| wild |
protected function renderInviteHeader($invite)Inherited
protected function renderInviteHeader($invite)
Inherited
Parameters
| PhabricatorAuthInvite | $invite |
Return
| wild |
final protected function newCustomStartMessage()Inherited
final protected function newCustomStartMessage()
Inherited
Return
| wild |
public function shouldRequireLogin()
public function shouldRequireLogin()
Return
| wild |
public function handleRequest($request)
public function handleRequest($request)
Parameters
| AphrontRequest | $request |
Return
| wild |
private function getNextStepURI($user)
private function getNextStepURI($user)
Parameters
| PhabricatorUser | $user |
Return
| wild |