Thanks. Is this the right method to activate new login?
Add this line to configuration/playbooks/roles/edxapp/default/main.yml and run ansible playbook again.
EDXAPP_ENABLE_COMBINED_LOGIN_REGISTRATION: true
Got it. Thanks.
EDXAPP_FEATURES:
ENABLE_COMBINED_LOGIN_REGISTRATION: true
Got it. Thanks.
EDXAPP_FEATURES: ENABLE_COMBINED_LOGIN_REGISTRATION: true![]()
On Sun, Feb 1, 2015 at 10:02 AM, Renzo Lucioni <re...@edx.org> wrote:
Hi Nilesh,
ENABLE_COMBINED_LOGIN_REGISTRATION is a feature flag, so you'll want to include it in the EDXAPP_FEATURES dictionary.
Best,
Renzo
On Saturday, January 31, 2015 at 4:49:24 PM UTC-5, Nilesh Londhe wrote:
Thanks. Is this the right method to activate new login?
Add this line to
configuration/playbooks/roles/edxapp/default/main.ymland run ansible playbook again.EDXAPP_ENABLE_COMBINED_LOGIN_REGISTRATION: trueOn Friday, November 14, 2014 at 1:34:27 PM UTC-8, Stephen Sanchez wrote:
Hi All,
The edX team will be merging in a new Login and Registration Page to master next week. This new functionality will be behind a feature flag (FEATURES.ENABLE_COMBINED_ LOGIN_REGISTRATION) and will not have a direct impact on your platform unless enabled. With the feature flag enabled, the new page can still only be accessed at two new URLs: http://localhost:8000/account/login, and http://localhost:8000/account/register