add oauth_auto_login setting to defaults file

Making the setting configurable thru environment variable

(cherry picked from commit b9e91cab0e)
This commit is contained in:
Marcus Efraimsson
2018-12-13 13:31:04 +01:00
committed by Torkel Ödegaard
parent e43f13bc03
commit ed05e9de72
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -246,6 +246,10 @@ disable_signout_menu = false
# URL to redirect the user to after sign out
signout_redirect_url =
# Set to true to attempt login with OAuth automatically, skipping the login screen.
# This setting is ignored if multiple OAuth providers are configured.
oauth_auto_login = false
#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
+4
View File
@@ -223,6 +223,10 @@ log_queries =
# URL to redirect the user to after sign out
;signout_redirect_url =
# Set to true to attempt login with OAuth automatically, skipping the login screen.
# This setting is ignored if multiple OAuth providers are configured.
;oauth_auto_login = false
#################################### Anonymous Auth ##########################
[auth.anonymous]
# enable anonymous access