Skip to content

Commit b036439

Browse files
committed
argon2: example config
1 parent 8312d77 commit b036439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@
148148
#htpasswd_filename = /etc/radicale/users
149149

150150
# Htpasswd encryption method
151-
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
151+
# Value: plain | bcrypt | md5 | sha256 | sha512 | argon2 | autodetect
152152
# bcrypt requires the installation of 'bcrypt' module.
153+
# argon2 requires the installation of 'argon2-cffi' module.
153154
#htpasswd_encryption = autodetect
154155

155156
# Enable caching of htpasswd file based on size and mtime_ns

0 commit comments

Comments
 (0)