Closed misilot closed 1 year ago
Yes, it does make sense, please open a PR! And please also make sure that your fix works in tutor dev
.
I don't have any system to setup to use tutor dev
unfortunately. If that will be an issue, I can attempt to get that working somewhere in the next couple of weeks
Both
INFO_EMAIL
andPASSWORD_RESET_SUPPORT_LINK
are missing, and possible others from the https://github.com/openedx/frontend-app-authn documentation.Missing
INFO_EMAIL
Steps to reproduce missing
INFO_EMAIL
If
MFE_CONFIG["INFO_EMAIL"] = "{{ CONTACT_EMAIL }}"
set via a plugin you get the followingMissing
PASSWORD_RESET_SUPPORT_LINK
Without
PASSWORD_RESET_SUPPORT_LINK
the href is not generated correctly.When
MFE_CONFIG["PASSWORD_RESET_SUPPORT_LINK"] = "mailto:{{ CONTACT_EMAIL }}"
set via a plugin you get the following:Proposed Solution
Add the following to https://github.com/overhangio/tutor-mfe/blob/8522ab6adf149d27e6aeaed567795857af1c0647/tutormfe/patches/openedx-lms-production-settings#L3C1-L3C11
@regisb if this makes sense, I can create a PR for it.