Django-Verify-Email icon indicating copy to clipboard operation
Django-Verify-Email copied to clipboard

"User Not Found" - No template

Open Pusher91 opened this issue 3 years ago • 2 comments

When attempting to resend a verification email for a user that does not exist it just shows a blank page with "User Not Found" in the top left corner.

I'm just requesting that a template is used instead of this simple error message. It would be nice to be able to use a custom template to display this message.

Pusher91 avatar Feb 07 '23 20:02 Pusher91

In addition it should have an option to be generic about the response, ie - don't tell the requestor that the email does or doesn't exist as this presents a security problem. It should say "If this email addresses exists, we'll send it an email". :)

afdy avatar Feb 24 '23 08:02 afdy

Exactly where my thought process was headed

Pusher91 avatar Feb 24 '23 16:02 Pusher91