Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add email for signing up while awaiting verification #884

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theSeracen
Copy link

This adds another template and calls it when the user attempts to sign
up again with another username, sending another email with the
verification link.

Addresses issue #76

I'm having issues making the dev environment so I wasn't able to test this. I'm trying to fix that and posted a few messages on Gitter, but there wasn't much changed.

This adds another template and calls it when the user attempts to sign
up again with another username, sending another email with the
verification link.

Addresses issue #76
"email/email_in_use_account_creation.html", [query_username_login]))
else:
emailer.send(email, "Weasyl Account Creation - Account Already Exists", d.render(
"email/email_in_use_account_creation_in_progress.html", [token, query_username_logincreate]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR – this is a very important feature!

It looks like the token being sent here will correspond to the invalid logincreate record created on line 271. Do we need to look up the real one, or did you test it and find out that the one that was intended to be invalid accidentally works in this situation? :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants