From b4f832fd23060dea2297e70495bfd55d9db9d091 Mon Sep 17 00:00:00 2001 From: Ben Plessinger Date: Mon, 19 Nov 2018 07:57:22 -0500 Subject: [PATCH] code review changes --- configuration/portal_settings.ini | 4 ++-- templates/portal_settings.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/portal_settings.ini b/configuration/portal_settings.ini index c146b7d18f..99aae1ed03 100644 --- a/configuration/portal_settings.ini +++ b/configuration/portal_settings.ini @@ -51,8 +51,8 @@ multiple_service_providers = "off" [sso] force_default_organization = "on" ; used to show local sign in portion of the sign in modal -; setting to true will show it. -show_local_login = "false" +; setting to on will show it. +show_local_login = "off" [internal] dw_desc_cache = "off" diff --git a/templates/portal_settings.template b/templates/portal_settings.template index 129b4989f8..3bb9b8e3c6 100644 --- a/templates/portal_settings.template +++ b/templates/portal_settings.template @@ -51,8 +51,8 @@ multiple_service_providers = "off" [sso] force_default_organization = "on" ; used to show local sign in portion of the sign in modal -; setting to true will show it. -show_local_login = "false" +; setting to on will show it. +show_local_login = "off" [internal] dw_desc_cache = "off"