]> source.dussan.org Git - nextcloud-server.git/commit
Redirect to 2FA selection screen 4192/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 3 Apr 2017 12:29:24 +0000 (14:29 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 3 Apr 2017 12:31:57 +0000 (14:31 +0200)
commita7cc8c86abbb57f280268112a3fc734500b06e92
tree79b4706b21f43015f9ec08e188e06498ae3998e5
parent455542d306f615faa8d032999db6e19902f0b5ca
Redirect to 2FA selection screen

Apps like 'rainloop' use \OCP\Util::isLoggedIn() to check whether the
current request is authenticated. Since we redirected to the index
page before, it resulted in an infinite redirection loop. This change
sets the redirection URL to the 2FA selection page, which is the only
allowed page in that authentication state.

Fixes https://github.com/nextcloud/server/issues/3702

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/legacy/util.php