[fix] role:authelia
This commit is contained in:
parent
5c3f628e74
commit
3d30bc38d2
1 changed files with 5 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue