nextcloud-server/tests/Core/Controller
Roeland Jago Douma ac8a6e2244
Clean pending 2FA authentication on password reset
When a password is reste we should make sure that all users are properly
logged in. Pending states should be cleared. For example a session where
the 2FA code is not entered yet should be cleared.

The token is now removed so the session will be killed the next time
this is checked (within 5 minutes).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-29 13:08:56 +01:00
..
AppPasswordControllerTest.php Add an endppoint for clients to request an app password 2018-10-03 19:05:20 +02:00
AutoCompleteControllerTest.php
AvatarControllerTest.php Fix unit test 2018-08-01 14:46:44 +02:00
ChangePasswordControllerTest.php
ClientFlowLoginControllerTest.php Fix template paramter 2019-01-18 15:30:38 +01:00
ContactsMenuControllerTest.php
CSRFTokenControllerTest.php
CssControllerTest.php
JsControllerTest.php
LoginControllerTest.php Honor remember_login_cookie_lifetime 2019-01-23 08:46:24 +01:00
LostControllerTest.php Clean pending 2FA authentication on password reset 2019-01-29 13:08:56 +01:00
NavigationControllerTest.php Fix app navigation controller to return an array 2018-07-25 13:50:46 +02:00
OCSControllerTest.php
PreviewControllerTest.php
SvgControllerTest.php Keep list of icons in a separate file for use in the accessibility app 2018-10-25 12:16:10 +02:00
TwoFactorChallengeControllerTest.php
UserControllerTest.php