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(): % for user, password in users.items():
${user}:${password} ${password.as_htpasswd_entry(user)}
% endfor % endfor

View file

@ -312,7 +312,7 @@ nodes['htz.ex42-1048908'] = {
}, },
'radicale': { 'radicale': {
'users': { 'users': {
'kunsi': vault.decrypt('encrypt$gAAAAABfktUcN5dAS1IP0bQr8Qe54F8UCKLWI3RXscI0xE5he1hx-faiR5grtW4p25mvgxJRw_kDs_dmpahpRztcAjnD8uNEOlFcQefqeVCxyJKsPYiVjN6WsRjAHFd7PoES9gcWln1O'), 'kunsi': vault.decrypt('encrypt$gAAAAABgJ3tp1DTK0ssglKSsHxlf7p3soDtdSPpgBqyABcHTFGPdnb7ym1an7WXK7idWhx1Tyqf_CLL0IcoMPPoOR-sgzGQJBKXKhPtib6JoPjCzAUphmbo='),
}, },
}, },
'riot-web': { 'riot-web': {