bundles/radicale: use Fault.as_htpasswd_entry() instead of pre-encrypting passwords
This commit is contained in:
parent
978285bf32
commit
077eaa265c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
% for user, password in users.items():
|
||||
${user}:${password}
|
||||
${password.as_htpasswd_entry(user)}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue