Hide "View My Records" on learner profile Open edX
By default when install Open edX, credentials service not include on installation script. But on LMS configuration, credentials service was point to http://localhost:8005 and on learner profile there is a View My Records button point to http://localhost:8005/records/.
To hide it, follow the steps below:
- Go to Open edX LMS admin.
- Find
Site configurations
and add site configurations but just edit site configurations when you have existing configuration (eg, https://edx.sibunglon.com/admin/site_configuration/siteconfiguration/). - For
Site values
add with value"ENABLE_LEARNER_RECORDS": false
. - Checked the
Enabled
checkbox.
After that, you can re-check learner profile.
Note
The changed setting may take several minutes to propagate on your Open edX.