0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-22 16:09:14 +00:00
nextcloud_server/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 4d9cc7dd8d fix: Handle exception when clearing previously removed two factor tokens
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:49:31 +00:00
..
Db composer run cs:fix 2023-01-20 11:45:08 +01:00
EnforcementStateTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +00:00
MandatoryTwoFactorTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderLoaderTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderManagerTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderSetTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
RegistryTest.php Fix event names of 2FA related typed events 2023-07-03 14:25:01 +02:00