nadiastef
(Nadia Stefanidi)
September 30, 2020, 3:44pm
1
Hello I have a tutor dockerized Open Edx Installation
Account Profile settings is not working, i cannot select limited or full profile, either add user profile photo etc
Also show profile info button is not working either.
Do I have to make a pluggin for that, with some settings
@regis @d-demirci
Have you faced something similar with that?
Thank you in advance
1 Like
d-demirci
(D Demirci)
September 30, 2020, 5:43pm
2
Probably “Account Profile” is working as expected:
check this min age
If user is over 13, profile should be full profile otherwise limited.
2 Likes
nadiastef
(Nadia Stefanidi)
September 30, 2020, 8:52pm
3
Hello @d-demirci thank you very much.This is the case. Now that i’ve added age it is full profile.
Although there is something more the button View records is not working
It redirects to http://localhost:8008/records/
Thank you in advance
nadiastef
(Nadia Stefanidi)
September 30, 2020, 9:20pm
4
root@37fbe4872d74:/openedx/edx-platform/openedx/core/djangoapps# grep -ril “localhost:8008” credentials/settings/common.py credentials/settings/ pycache /common.cpython-35.pyc
if you enter LMS the url localhost:8008 is on these files
“”“Common settings for Credentials.”""
def plugin_settings(settings):
# Credentials Settings settings.CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:8008' settings.CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:8008'
are records related with credentials?
are there any settings for that?
openedx/edx-platform
root@37fbe4872d74:/openedx/edx-platform# grep -ril “localhost:8008” cms/envs/common.py cms/envs/ pycache /common.cpython-35.pyc openedx/core/djangoapps/credentials/settings/common.py openedx/core/djangoapps/credentials/settings/ pycache /common.cpython-35.pyc lms/envs/common.py lms/envs/ pycache /common.cpython-35.pyc
nadiastef
(Nadia Stefanidi)
October 1, 2020, 9:38am
5
Thank you all, @regis already answered to my question on tutor forum
Learner records should be disabled on your platform. To do so, you should create a site configuration with "ENABLE_LEARNER_RECORDS": false
. I created an upstream PR to make it possible to disable this feature globally: https://github.com/edx/edx-platform/pull/25182
This change will be cherry-picked in Tutor’s edx-platform; this means that you will not have to create a site configuration in the next release (probably v10.2.3).