Update config.py

This commit is contained in:
Jiri 2022-03-23 10:13:28 +01:00
parent f19f4ffed7
commit 887c22c832

View File

@ -116,7 +116,7 @@ def config(settings):
# Uncomment this to allow users to Login using Office365's SMTP # Uncomment this to allow users to Login using Office365's SMTP
#settings.auth.office365_domains = ["microsoft.com"] #settings.auth.office365_domains = ["microsoft.com"]
# Uncomment this to allow users to Login using OpenID # 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 # Uncomment this to allow users to login using master key
#settings.auth.masterkey = True #settings.auth.masterkey = True
# Uncomment this to block password changes since managed externally (OpenID / SMTP / LDAP) # Uncomment this to block password changes since managed externally (OpenID / SMTP / LDAP)