nextcloud-server/tests/lib/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
Listeners
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:47:05 +07:00
Token Refactor `OC\Server::getHasher` 2024-03-15 13:04:27 +07:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +07:00