PLAT-2193: Use correct default user retirement states.

This commit is contained in:
John Eskew
2018-06-18 17:17:33 -04:00
parent b8028163d3
commit dd688d508a

View File

@@ -3423,27 +3423,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',