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
parent
commit
2711539113
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      conf/config.json

3
conf/config.json

@ -10,7 +10,8 @@
"port": "6379",
"timeout": "0.0",
"password": ""
}
},
"hashing_default_password": true
},
"apps": {
"user_ldap": {

Loading…
Cancel
Save