nextcloud-server/lib/private/Authentication
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
..
Events Use OCP version of IToken in AppPasswordCreatedEvent 2024-01-11 14:02:15 +07:00
Exceptions fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Listeners fix: Make user removal more resilient 2024-10-15 16:50:27 +07:00
Login fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
LoginCredentials fix: readonly removed 2024-10-28 19:09:04 +07:00
Notifications
Token fix(Token): take over scope in token refresh with login by cookie 2024-07-22 06:54:44 +07:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +07:00
WebAuthn fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00