From 9875db9a6cc6609003727a565cbf0d9c9c803217 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 21 Oct 2015 02:09:11 +0200 Subject: [PATCH] Add md5 and bcrypt as available encryptions methods for htpasswd in config file --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index a2e36ec9..d1a5405e 100644 --- a/config +++ b/config @@ -83,7 +83,7 @@ #htpasswd_filename = /etc/radicale/users # Htpasswd encryption method -# Value: plain | sha1 | ssha | crypt +# Value: plain | sha1 | ssha | crypt | bcrypt | md5 #htpasswd_encryption = crypt # LDAP server URL, with protocol and port