From a294dbc0ea133e2c28f4ee739756871ec92b2db8 Mon Sep 17 00:00:00 2001 From: Jayram Date: Thu, 28 Jan 2021 21:53:07 +0530 Subject: [PATCH] add annotations for ALLOW_EMAIL_ADDRESS_CHANGE feature flag removed optional annotations for ALLOW_EMAIL_ADDRESS_CHANGE feature flag --- lms/envs/common.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 16866bfa8f..d227704cdc 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -579,7 +579,14 @@ FEATURES = { # See LEARNER-493 'ENABLE_ONE_CLICK_PROGRAM_PURCHASE': False, - # Allow users to change their email address. + # .. toggle_name: FEATURES['ALLOW_EMAIL_ADDRESS_CHANGE'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: True + # .. toggle_description: Allow users to change their email address on the Account Settings page. If this is + # disabled, users will not be able to change their email address. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2017-06-26 + # .. toggle_tickets: https://openedx.atlassian.net/browse/OSPR-1735 'ALLOW_EMAIL_ADDRESS_CHANGE': True, # Whether the bulk enrollment view is enabled.