Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions common/test/acceptance/pages/lms/login_and_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,8 @@ def is_form_visible(self):
class CombinedLoginAndRegisterPage(PageObject):
"""Interact with combined login and registration page.

This page is currently hidden behind the feature flag
`ENABLE_COMBINED_LOGIN_REGISTRATION`, which is enabled
in the bok choy settings.

When enabled, the new page is available from either
`/login` or `/register`; the new page is also served at
This page is available from either `/login` or `/register`;
it is also served at
`/account/login/` or `/account/register/`, where it was
available for a time during an A/B test.

Expand Down
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
'ENABLE_COURSE_BLOCKS_NAVIGATION_API': False,

# Enable the combined login/registration form
'ENABLE_COMBINED_LOGIN_REGISTRATION': False,
'ENABLE_COMBINED_LOGIN_REGISTRATION': True,

# Enable organizational email opt-in
'ENABLE_MKTG_EMAIL_OPT_IN': False,
Expand Down