Merge pull request #18397 from edx/jeskew/perpare_hawthorn_retirement_states

Use correct default user retirement states.
This commit is contained in:
J Eskew
2018-06-21 15:35:59 -04:00
committed by GitHub

View File

@@ -3425,27 +3425,21 @@ RETIREMENT_STATES = [
'LOCKING_ACCOUNT',
'LOCKING_COMPLETE',
'RETIRING_CREDENTIALS',
'CREDENTIALS_COMPLETE',
'RETIRING_ECOM',
'ECOM_COMPLETE',
# Use these states only when ENABLE_DISCUSSION_SERVICE is True.
'RETIRING_FORUMS',
'FORUMS_COMPLETE',
# TODO - Change these states to be the LMS-only email opt-out - PLAT-2189
'RETIRING_EMAIL_LISTS',
'EMAIL_LISTS_COMPLETE',
'RETIRING_ENROLLMENTS',
'ENROLLMENTS_COMPLETE',
# Use these states only when ENABLE_STUDENT_NOTES is True.
'RETIRING_NOTES',
'NOTES_COMPLETE',
'NOTIFYING_PARTNERS',
'PARTNERS_NOTIFIED',
'RETIRING_LMS',
'LMS_COMPLETE',