feat: use idv approved event (#35470)

* feat: replace LEARNER_NOW_VERIFIED signal with new openedx-event
This commit is contained in:
Zachary Hancock
2024-09-19 09:24:20 -04:00
committed by GitHub
parent 2e2c427af6
commit 0196def99d
7 changed files with 54 additions and 29 deletions

View File

@@ -36,9 +36,5 @@ COURSE_GRADE_NOW_PASSED = Signal()
# ]
COURSE_GRADE_NOW_FAILED = Signal()
# Signal that indicates that a user has become verified for certificate purposes
# providing_args=['user']
LEARNER_NOW_VERIFIED = Signal()
# providing_args=['user']
USER_ACCOUNT_ACTIVATED = Signal() # Signal indicating email verification