Django-Verify-Email
Django-Verify-Email copied to clipboard
"User Not Found" - No template
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.
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". :)
Exactly where my thought process was headed