We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8312d77 commit b036439Copy full SHA for b036439
config
@@ -148,8 +148,9 @@
148
#htpasswd_filename = /etc/radicale/users
149
150
# Htpasswd encryption method
151
-# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
+# Value: plain | bcrypt | md5 | sha256 | sha512 | argon2 | autodetect
152
# bcrypt requires the installation of 'bcrypt' module.
153
+# argon2 requires the installation of 'argon2-cffi' module.
154
#htpasswd_encryption = autodetect
155
156
# Enable caching of htpasswd file based on size and mtime_ns
0 commit comments