Make optional fields configurable (#234)

Making optional fields configurable will help us in enabling and disabling
fields as required.

VAN-405
This commit is contained in:
Zainab Amir
2021-04-07 15:23:05 +05:00
committed by Waheed Ahmed
parent acb0f23f0a
commit 43e0372be5
4 changed files with 76 additions and 69 deletions

View File

@@ -23,7 +23,7 @@ AUTHN_MINIMAL_HEADER=true
LOGIN_ISSUE_SUPPORT_LINK=''
TOS_AND_HONOR_CODE='http://localhost:18000/honor'
PRIVACY_POLICY='http://localhost:18000/privacy'
REGISTRATION_OPTIONAL_FIELDS='gender,goals,level_of_education,year_of_birth'
REGISTRATION_OPTIONAL_FIELDS='gender,goals,levelOfEducation,yearOfBirth'
USER_SURVEY_COOKIE_NAME='openedx-user-survey-type'
COOKIE_DOMAIN='localhost'
WELCOME_PAGE_SUPPORT_LINK='http://localhost:1999/welcome'