Bump CREDENTIAL_ROUNDS to 13

This commit is contained in:
Florent Daigniere
2025-02-09 17:18:47 +01:00
parent aecbd4632d
commit fc4225b330
3 changed files with 3 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ DEFAULT_CONFIG = {
'SESSION_TIMEOUT': 3600,
'PERMANENT_SESSION_LIFETIME': 30*24*3600,
'SESSION_COOKIE_SECURE': None,
'CREDENTIAL_ROUNDS': 12,
'CREDENTIAL_ROUNDS': 13,
'TLS_PERMISSIVE': True,
'TZ': 'Etc/UTC',
'DEFAULT_SPAM_THRESHOLD': 80,