Browse Source
Merge pull request #294 from YunoHost-Apps/Argon2
Do not use argon2 to hash password
pull/297/head
Maniack Crudelis
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
conf/config.json
|
|
@ -10,7 +10,8 @@ |
|
|
"port": "6379", |
|
|
"port": "6379", |
|
|
"timeout": "0.0", |
|
|
"timeout": "0.0", |
|
|
"password": "" |
|
|
"password": "" |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
"hashing_default_password": true |
|
|
}, |
|
|
}, |
|
|
"apps": { |
|
|
"apps": { |
|
|
"user_ldap": { |
|
|
"user_ldap": { |
|
|
|