bundles/radicale: use Fault.as_htpasswd_entry() instead of pre-encrypting passwords

This commit is contained in:
Franzi 2021-02-13 08:17:31 +01:00
parent 978285bf32
commit 077eaa265c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
% for user, password in users.items():
${user}:${password}
${password.as_htpasswd_entry(user)}
% endfor