nextcloud-server/tests/lib/Authentication
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 +07:00
..
Events refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Listeners refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Login refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LoginCredentials fix: crypto type made not nullable and tests run using ICrypto 2024-10-28 15:04:11 +07:00
Token chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +07:00