django-registration icon indicating copy to clipboard operation
django-registration copied to clipboard

activate_user should send the user_activated signal

Open w00kie opened this issue 3 years ago • 1 comments

Shouldn't the registration.models.RegistrationManager.activate_user send the user_activated signal? It would sure be helpful when writing my own unit tests...

Another think you might want to do is trigger a push to a contact management system (mailchimp, sendgrid or stripe for example) when a user is activated through the admin approval backend.

w00kie avatar Apr 30 '21 02:04 w00kie

The signal is sent in the ActivationView, see https://django-registration-redux.readthedocs.io/en/latest/signals.html

joshblum avatar Jun 17 '21 00:06 joshblum