Skip to content
Snippets Groups Projects
Commit a294dbc0 authored by Jayram's avatar Jayram
Browse files

add annotations for ALLOW_EMAIL_ADDRESS_CHANGE feature flag

removed optional annotations for ALLOW_EMAIL_ADDRESS_CHANGE feature flag
parent 27defaba
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment