]> source.dussan.org Git - nextcloud-server.git/commit
Handle one time passwords
authorCarl Schwan <carl@carlschwan.eu>
Tue, 5 Jul 2022 09:25:44 +0000 (11:25 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Tue, 5 Jul 2022 09:25:44 +0000 (11:25 +0200)
commitcdf3b60555eb559ea5f9b141903054afbc273062
tree36224d892603426a3f1903251c0ee03f67baaff5
parentec465bf247ec2e9fd3df13f6a289ecc5fb6e4e2a
Handle one time passwords

This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
config/config.sample.php
lib/private/Authentication/Token/PublicKeyTokenProvider.php
tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php