0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/tests/lib/Authentication
Daniel Calviño Sánchez fcefd37a5f 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:50:29 +00:00
..
Events chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Listeners chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Login chore: Add SPDX header 2024-05-13 17:41:36 +02:00
LoginCredentials fix: crypto added manually as expected 2024-10-28 18:42:47 +05:30
Token feat(auth): Clean-up unused auth tokens and wipe tokens 2024-08-13 12:39:11 +02:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:50:29 +00:00