summaryrefslogtreecommitdiffstats
path: root/core/templates/twofactorsetupchallenge.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-271-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-4/+4
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix wording log in vs. loginSascha Wiswedel2020-01-061-1/+1
| | | | | | | "log in" is used as verb, while "login" is a noun. In this case, what's supposed to be cancelled is the login process - therefore the noun must be used. Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+16
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>