Skip to content

Commit

Permalink
APER-3884: make sure links point to MFE not legacy (#36241)
Browse files Browse the repository at this point in the history
now that the legacy profile and account pages have been removed, we need to make sure that all of the links point to the MFE URLs; we were relying on the legacy applications to do redirection before.

FIXES: APER-3884
FIXES: openedx/public-engineering#71
  • Loading branch information
deborahgu authored Feb 11, 2025
1 parent 95403c5 commit 1ced859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/password_policy/compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def enforce_compliance_on_login(user, password):
platform_name=settings.PLATFORM_NAME,
deadline=strftime_localized(deadline, DEFAULT_SHORT_DATE_FORMAT),
anchor_tag_open=HTML('<a href="{account_settings_url}">').format(
account_settings_url=settings.LMS_ROOT_URL + "/account/settings"
account_settings_url=settings.ACCOUNT_MICROFRONTEND_URL
),
anchor_tag_close=HTML('</a>')
)
Expand Down

0 comments on commit 1ced859

Please sign in to comment.