I want to enable Terms of Service and Honor Code check box on the Registration page. I can see that common_lms.py - has the specific lines which control it:
# Better layout of honor code/tos links during registration
REGISTRATION_EXTRA_FIELDS["terms_of_service"] = "required"
REGISTRATION_EXTRA_FIELDS["honor_code"] = "required"
I modified them and then installed tutor using the modified github code- but I cannot still see the check button in registration page.
Thanks Andres for your reply. Can you please direct me to tutoroal or documentation that I can use to customize the MFE to make it work again. I have gone through auth github, but am lost - as there it appears that TOS and honor code should appear,
Thanks Andres, I tried with Indigo and Openedx Githubs cloning and modifying the Registration- but no effect. The effect takes place if I disable MFE, but otherwise I cannot see the checkbox for Honor Code and Terms of service. I am not sure which component of MFE should I change.