diff --git a/py_configuration_files/lms.py b/py_configuration_files/lms.py index 5b206ec5..38f22124 100644 --- a/py_configuration_files/lms.py +++ b/py_configuration_files/lms.py @@ -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 = {