From dd688d508a25c3618e1df27c488ee040e036a952 Mon Sep 17 00:00:00 2001 From: John Eskew Date: Mon, 18 Jun 2018 17:17:33 -0400 Subject: [PATCH] PLAT-2193: Use correct default user retirement states. --- lms/envs/common.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 2946023bd0..3461b72e4a 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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',