fix conditions on login and signout option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5d7f4f4168
commit
da845160b9
@ -97,8 +97,8 @@ login_maximum_lifetime_duration = 30d
|
|||||||
|
|
||||||
token_rotation_interval_minutes = 10
|
token_rotation_interval_minutes = 10
|
||||||
|
|
||||||
disable_login_form = {{ not grafana_login_form_enabled | bool | lower }}
|
disable_login_form = {{ (not grafana_login_form_enabled | bool) | lower }}
|
||||||
disable_signout_menu = {{ not grafana_logout_menu_enabled | bool | lower }}
|
disable_signout_menu = {{ (not grafana_logout_menu_enabled | bool) | lower }}
|
||||||
|
|
||||||
oauth_auto_login = false
|
oauth_auto_login = false
|
||||||
oauth_state_cookie_max_age = 600
|
oauth_state_cookie_max_age = 600
|
||||||
|
Loading…
Reference in New Issue
Block a user