Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions py_configuration_files/lms.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
ENABLE_DISCUSSION_SERVICE = True
SHOW_HEADER_LANGUAGE_SELECTOR = True

# Redirect logistration (login/registration/password reset) to the authn MFE by
# default, matching stage/production.
ENABLE_AUTHN_MICROFRONTEND = True

ENABLE_MKTG_SITE = os.environ.get('ENABLE_MARKETING_SITE', False)

MKTG_URLS = {
Expand Down
Loading