nextcloud-server/tests/lib/Authentication
Daniel Calviño Sánchez b39c5d8393 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:48:33 +07:00
..
Events
Listeners composer run cs:fix 2023-01-20 11:45:08 +07:00
Login Adapt tests to config value typing 2023-04-05 17:42:14 +07:00
LoginCredentials fix: crypto added manually as expected 2024-10-28 18:48:14 +07:00
Token feat(perf): add cache for authtoken lookup 2024-03-25 08:37:00 +07:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:48:33 +07:00