From 7919a5dcc0a9ad4bc5d16ff9d00595eb79467514 Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Fri, 10 Jul 2020 09:06:07 +0200 Subject: [PATCH] Update config.py more detailed comment on ```USERPROFILES_EXTEND_SECURITY_FORMS``` --- invenio_config_tugraz/config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/invenio_config_tugraz/config.py b/invenio_config_tugraz/config.py index 3dd1001..ae39725 100644 --- a/invenio_config_tugraz/config.py +++ b/invenio_config_tugraz/config.py @@ -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"""