Add USER_ACCOUNT_ACTIVATED signal (#23296)
Plugins can listen to USER_ACCOUNT_ACTIVATED signal to perform custom logic.
This commit is contained in:
@@ -33,5 +33,7 @@ COURSE_GRADE_NOW_FAILED = Signal(
|
||||
]
|
||||
)
|
||||
|
||||
# Signal that indicates that a user has become verified
|
||||
# Signal that indicates that a user has become verified for certificate purposes
|
||||
LEARNER_NOW_VERIFIED = Signal(providing_args=['user'])
|
||||
|
||||
USER_ACCOUNT_ACTIVATED = Signal(providing_args=["user"]) # Signal indicating email verification
|
||||
|
||||
Reference in New Issue
Block a user