Resend Activation Email

Learn how to resend an account activation and verification email when the initial one expires.

Resend email serializer

The verification email is sent to the user the moment they are registered on our site. However, the access token in that email might expire before the user has verified their email. For that reason, let’s build an endpoint that users can call whenever they need a new verification email.

We can start by updating serializers.py to add ResendVerificationEmailSerializer.

Get hands-on with 1200+ tech skills courses.