Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noting is reflecting on registration page #2

Open
apssdc-ghouse opened this issue Jul 5, 2016 · 2 comments
Open

noting is reflecting on registration page #2

apssdc-ghouse opened this issue Jul 5, 2016 · 2 comments

Comments

@apssdc-ghouse
Copy link

i have followed the below process.
cd /edx/app/edxapp
sudo -u edxapp git clone https://github.com/open-craft/custom-form-app.git
sudo -u edxapp /edx/bin/pip.edxapp install custom-form-app/
In lms.env.json Added
"ADDL_INSTALLED_APPS": [ "custom_reg_form" ],
and
"REGISTRATION_EXTENSION_FORM" : "custom_reg_form.forms.ExtraInfoForm"
save and quit
Run migrations.
python /edx/app/edxapp/edx-platform/manage.py -h lms syncdb --settings=aws
python /edx/app/edxapp/edx-platform/manage.py -h cms syncdb --settings=aws

Start/restart the LMS.
sudo /edx/bin/supervisorctl restart all

Fields dose not reflects in registration form.

can any one help me out

@peyloride
Copy link

Any update about this?

@peyloride
Copy link

For those interested, if you are using a theme, you need to edit your site configuration from admin panel.

  • Head into http://your_edx_instance/admin/site_configuration/siteconfiguration/ and click edit existing configuration or add new one.
  • Add the following into configuration json
    "ENABLE_COMBINED_LOGIN_REGISTRATION":true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants