nextcloud/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 44ed719027 fix: Clear pending two factor tokens also from configuration
Otherwise as the tokens were removed from the database but not from the
configuration the next time that the tokens were cleared the previous
tokens were still got from the configuration, and trying to remove them
again from the database ended in a DoesNotExistException being 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: Clear pending two factor tokens also from configuration 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