[fix] role:authelia

This commit is contained in:
Christian Fraß 2024-01-01 16:46:36 +01:00
parent 5c3f628e74
commit 3d30bc38d2

View file

@ -47,7 +47,11 @@
},
"authentication_backend": {
"password_reset": {
"disable": {{not var_authelia_password_reset_enabled | to_json}},
{% if var_authelia_password_reset_enabled %}
"disable": false,
{% else %}
"disable": true,
{% endif %}
"custom_url": ""
},
"refresh_interval": "5m",