mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
If CSRF fails but the user is logged in that they probably logged in in another tab. This is fine. We can just redirect. If CSRF fails and the user is also not logged in then something is fishy. E.g. because Nextcloud contantly regenrates the session and the CSRF token and the user is stuck in an endless login loop. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |
||
|---|---|---|
| .. | ||
| AppPasswordControllerTest.php | ||
| AutoCompleteControllerTest.php | ||
| AvatarControllerTest.php | ||
| ChangePasswordControllerTest.php | ||
| ClientFlowLoginControllerTest.php | ||
| ClientFlowLoginV2ControllerTest.php | ||
| ContactsMenuControllerTest.php | ||
| CSRFTokenControllerTest.php | ||
| CssControllerTest.php | ||
| GuestAvatarControllerTest.php | ||
| JsControllerTest.php | ||
| LoginControllerTest.php | ||
| LostControllerTest.php | ||
| NavigationControllerTest.php | ||
| OCSControllerTest.php | ||
| PreviewControllerTest.php | ||
| TwoFactorChallengeControllerTest.php | ||
| UserControllerTest.php | ||
| WellKnownControllerTest.php | ||
| WipeControllerTest.php | ||