Update config.py

more detailed comment on ```USERPROFILES_EXTEND_SECURITY_FORMS```
This commit is contained in:
mb-wali
2020-07-10 09:06:07 +02:00
committed by GitHub
parent e920d16f61
commit 7919a5dcc0

View File

@@ -98,7 +98,11 @@ INVENIO_CONFIG_TUGRAZ_SHIBBOLETH = True
"""Set True if SAML is configured"""
USERPROFILES_EXTEND_SECURITY_FORMS = True
"""Set True in order to register user_profile"""
"""Set True in order to register user_profile.
This also forces user to add username and fullname
when register.
"""
SSO_SAML_IDPS = {}
"""Configuration of IDPS. Actually values can be find in to invenio.cfg file"""