[Fixed]-Django Registration form Verification Email

1👍

✅

I’m not sure if you still want to use django-registration or not?

If you still want to use django-registration, HMAC authentification is documented here.

if not you need to send a mail by yourself. (e.g. with django.core.mail) before returning the rendered template or a redirect.

Leave a comment