mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
argon2: example config
This commit is contained in:
parent
8312d7761a
commit
b036439332
1 changed files with 2 additions and 1 deletions
3
config
3
config
|
@ -148,8 +148,9 @@
|
|||
#htpasswd_filename = /etc/radicale/users
|
||||
|
||||
# Htpasswd encryption method
|
||||
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
|
||||
# Value: plain | bcrypt | md5 | sha256 | sha512 | argon2 | autodetect
|
||||
# bcrypt requires the installation of 'bcrypt' module.
|
||||
# argon2 requires the installation of 'argon2-cffi' module.
|
||||
#htpasswd_encryption = autodetect
|
||||
|
||||
# Enable caching of htpasswd file based on size and mtime_ns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue