nextcloud/lib/private/Authentication/TwoFactorAuth
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
..
Db Only allow 2FA state changs if providers support the operation 2018-09-25 09:54:20 +02:00
EnforcementState.php Make it possible to enforce mandatory 2FA for groups 2018-10-15 08:22:52 +02:00
Manager.php Clean pending 2FA authentication on password reset 2019-01-29 13:08:56 +01:00
MandatoryTwoFactor.php Make it possible to enforce mandatory 2FA for groups 2018-10-15 08:22:52 +02:00
ProviderLoader.php Make new classes strict and fix license header 2018-06-25 07:38:52 +02:00
ProviderManager.php Only allow 2FA state changs if providers support the operation 2018-09-25 09:54:20 +02:00
ProviderSet.php Rename providerset method to get primary providers 2018-08-08 20:28:21 +02:00
Registry.php Emit event on enablign or disabling of 2FA provider 2018-10-01 15:35:24 +02:00