From 887c22c832fba2ff3d632960a7a9b37649971632 Mon Sep 17 00:00:00 2001 From: Jiri Date: Wed, 23 Mar 2022 10:13:28 +0100 Subject: [PATCH] Update config.py --- .../applications/eden/modules/templates/Spotter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py b/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py index add3187..20af40c 100644 --- a/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py +++ b/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py @@ -116,7 +116,7 @@ def config(settings): # Uncomment this to allow users to Login using Office365's SMTP #settings.auth.office365_domains = ["microsoft.com"] # Uncomment this to allow users to Login using OpenID - settings.auth.openid = True + #settings.auth.openid = True # Uncomment this to allow users to login using master key #settings.auth.masterkey = True # Uncomment this to block password changes since managed externally (OpenID / SMTP / LDAP)