From b5d022fe089219aad1c4603194bc182eb1ad4cc4 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 12 Mar 2024 06:06:40 +0100 Subject: [PATCH] extend htpasswd_encryption options with sha256/512/autodetect --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index bf28479a..1d08c9b7 100644 --- a/config +++ b/config @@ -59,7 +59,7 @@ #htpasswd_filename = /etc/radicale/users # Htpasswd encryption method -# Value: plain | bcrypt | md5 +# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect # bcrypt requires the installation of 'bcrypt' module. #htpasswd_encryption = md5