nextcloud/lib/private/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 56fc4341fb fix: Clear pending two factor tokens also from configuration
Otherwise as the tokens were removed from the database but not from the
configuration the next time that the tokens were cleared the previous
tokens were still got from the configuration, and trying to remove them
again from the database ended in a DoesNotExistException being thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:48:33 +00:00
..
Db fix(twofactor): avoid error in pgsql for duplicate entry 2023-10-06 11:23:23 +02:00
EnforcementState.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Manager.php fix: Clear pending two factor tokens also from configuration 2024-11-05 10:48:33 +00:00
MandatoryTwoFactor.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderLoader.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +02:00
ProviderManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ProviderSet.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Registry.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00