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 5ea5b2de84
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 11:14:05 +01:00
..
Db chore(db): Apply query prepared statements 2024-10-17 20:30:47 +02:00
EnforcementState.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Manager.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +01:00
MandatoryTwoFactor.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ProviderLoader.php chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 2024-09-13 10:08:43 +02:00
ProviderManager.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ProviderSet.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Registry.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00