Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
44d39014
Commit
44d39014
authored
Aug 26, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add registration extra fields setting to configuration.
parent
853a777d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
playbooks/roles/edxapp/defaults/main.yml
+12
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
44d39014
...
...
@@ -288,6 +288,17 @@ EDXAPP_SUBDOMAIN_BRANDING: {}
EDXAPP_WORKERS
:
!!null
EDXAPP_ANALYTICS_DATA_TOKEN
:
"
"
EDXAPP_ANALYTICS_DATA_URL
:
"
"
EDXAPP_REGISTRATION_EXTRA_FIELDS
:
level_of_education
:
"
optional"
gender
:
"
optional"
year_of_birth
:
"
optional"
mailing_address
:
"
optional"
goals
:
"
optional"
honor_code
:
"
required"
city
:
"
hidden"
country
:
"
hidden"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -566,7 +577,7 @@ generic_env_config: &edxapp_generic_env
FILE_UPLOAD_STORAGE_PREFIX
:
$EDXAPP_FILE_UPLOAD_STORAGE_PREFIX
VIRTUAL_UNIVERSITIES
:
$EDXAPP_VIRTUAL_UNIVERSITIES
SUBDOMAIN_BRANDING
:
$EDXAPP_SUBDOMAIN_BRANDING
REGISTRATION_EXTRA_FIELDS
:
$EDXAPP_REGISTRATION_EXTRA_FIELDS
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment