nextcloud/lib/private/Authentication/Login
Roeland Jago Douma 579162d7b9
Allow 2FA to be setup on first login
Once 2FA is enforced for a user and they have no 2FA setup yet this will
now prompt them with a setup screen. Given that providers are enabled
that allow setup then.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-17 10:11:53 +02:00
..
ALoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
Chain.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
ClearLostPasswordTokensCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
CompleteLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
CreateSessionTokenCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
EmailLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
FinishRememberedLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoggedInCheckCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoginData.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoginResult.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
PreLoginHookCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
SetUserTimezoneCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
TwoFactorCommand.php Allow 2FA to be setup on first login 2019-05-17 10:11:53 +02:00
UidLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
UpdateLastPasswordConfirmCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
UserDisabledCheckCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00