瀏覽代碼

argon2: example config

Peter Bieringer 10 月之前
父節點
當前提交
b036439332
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      config

+ 2 - 1
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