diff --git a/bundles/radicale/files/htpasswd b/bundles/radicale/files/htpasswd index cb2e9d9..1ff9b2a 100644 --- a/bundles/radicale/files/htpasswd +++ b/bundles/radicale/files/htpasswd @@ -1,3 +1,3 @@ % for user, password in users.items(): -${user}:${password} +${password.as_htpasswd_entry(user)} % endfor diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 29e2bd7..ff8b863 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -312,7 +312,7 @@ nodes['htz.ex42-1048908'] = { }, 'radicale': { 'users': { - 'kunsi': vault.decrypt('encrypt$gAAAAABfktUcN5dAS1IP0bQr8Qe54F8UCKLWI3RXscI0xE5he1hx-faiR5grtW4p25mvgxJRw_kDs_dmpahpRztcAjnD8uNEOlFcQefqeVCxyJKsPYiVjN6WsRjAHFd7PoES9gcWln1O'), + 'kunsi': vault.decrypt('encrypt$gAAAAABgJ3tp1DTK0ssglKSsHxlf7p3soDtdSPpgBqyABcHTFGPdnb7ym1an7WXK7idWhx1Tyqf_CLL0IcoMPPoOR-sgzGQJBKXKhPtib6JoPjCzAUphmbo='), }, }, 'riot-web': {