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 +07:00
..
Db composer run cs:fix 2023-01-20 11:45:08 +07:00
EnforcementStateTest.php
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +07:00
MandatoryTwoFactorTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ProviderLoaderTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ProviderManagerTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ProviderSetTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RegistryTest.php Fix event names of 2FA related typed events 2023-07-03 14:25:01 +07:00