mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller 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> |
||
|---|---|---|
| .. | ||
| DefaultTokenCleanupJobTest.php | ||
| DefaultTokenMapperTest.php | ||
| DefaultTokenProviderTest.php | ||
| DefaultTokenTest.php | ||
| ManagerTest.php | ||
| PublicKeyTokenMapperTest.php | ||
| PublicKeyTokenProviderTest.php | ||
| PublicKeyTokenTest.php | ||
| RemoteWipeTest.php | ||