1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-25 22:12:28 +02:00

Change default password scheme to PBKDF2 (#1194)

This commit is contained in:
hoellen
2019-10-07 22:26:48 +02:00
parent 20e00ac0c4
commit d3dd4802f4
9 changed files with 17 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ DEFAULT_CONFIG = {
'RECAPTCHA_PUBLIC_KEY': '',
'RECAPTCHA_PRIVATE_KEY': '',
# Advanced settings
'PASSWORD_SCHEME': 'BLF-CRYPT',
'PASSWORD_SCHEME': 'PBKDF2',
'LOG_LEVEL': 'WARNING',
# Host settings
'HOST_IMAP': 'imap',