Skip to content

Logging in with an unverified email does not resend the activation email #278

@Vektrat

Description

@Vektrat

Hello,

I've been struggling with this for a while and I believe django-rest-auth is skipping some allauth code when logging in.

Users with mandatory email validation receive the email verification link when registering via rest-auth. However, the email is never resent in case they try again after a few days.

According to allauth, there is no way to force an email resend out of the box, however the email is sent automatically on a failed login due to an unverified email (with a little cooldown).

I've tried this with allauth and it works, but signing in with rest-auth does not send the email again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions