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():
|
% for user, password in users.items():
|
||||||
${user}:${password}
|
${password.as_htpasswd_entry(user)}
|
||||||
% endfor
|
% endfor
|
||||||
|
|
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue