Skip to content

Commit

Permalink
Merge pull request #308 from Microsoft/reg-extra
Browse files Browse the repository at this point in the history
Update REGISTRATION_EXTRA_FIELDS for MSA/AAD Auth
  • Loading branch information
Kabir Khan committed Mar 16, 2018
2 parents a3fb3da + 0a0e5cf commit 8b84704
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config/server-vars.yml
Expand Up @@ -54,14 +54,16 @@ EDXAPP_MKTG_URL_LINK_MAP:
# Country made required field in registration.
EDXAPP_REGISTRATION_EXTRA_FIELDS:
city: "hidden"
country: "required"
gender: "optional"
goals: "optional"
honor_code: "required"
level_of_education: "optional"
country: "hidden"
disclosure_notice: "required"
gender: "hidden"
goals: "hidden"
honor_code: "hidden"
language: "hidden"
level_of_education: "hidden"
mailing_address: "hidden"
year_of_birth: "hidden"
language: "optional"
terms_of_service: "required"
year_of_birth: "hidden"

# Enable social sharing icons for courses. For now we are just enabling linkedin.
# Facebook and Twitter is not enabled for now.
Expand Down

0 comments on commit 8b84704

Please sign in to comment.