0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/lib/private/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 chore: Fix small psalm errors related to documented return types 2024-05-06 18:21:38 +02:00
EnforcementState.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Manager.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +00:00
MandatoryTwoFactor.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderLoader.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +02:00
ProviderManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderSet.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Registry.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00