Skip to content

Commit ed35ccc

Browse files
authored
Merge pull request #225 from edx/pwnage101/use-authn-mfe-by-default
feat: enable the Authn MFE by default
2 parents 53b8efc + 5f2719a commit ed35ccc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py_configuration_files/lms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
415415
ENABLE_DISCUSSION_SERVICE = True
416416
SHOW_HEADER_LANGUAGE_SELECTOR = True
417417

418+
# Redirect logistration (login/registration/password reset) to the authn MFE by
419+
# default, matching stage/production.
420+
ENABLE_AUTHN_MICROFRONTEND = True
421+
418422
ENABLE_MKTG_SITE = os.environ.get('ENABLE_MARKETING_SITE', False)
419423

420424
MKTG_URLS = {

0 commit comments

Comments
 (0)