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

Account Confirmation Email Contents #187

Open
TheTedder opened this issue Aug 25, 2023 · 3 comments
Open

Account Confirmation Email Contents #187

TheTedder opened this issue Aug 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@TheTedder
Copy link
Contributor

We need to figure out what the account confirmation email looks like. It doesn't have to be fancy but there should probably be more than the account confirmation link. There could also be a link to contact support in case someone is attempting to create an account with someone else's email.

Affected Functionality

AccountConfirmationService::GenerateAccountConfirmationEmailBody would need to be updated.

Other Relevant Issues

#171

@TheTedder TheTedder added the enhancement New feature or request label Aug 25, 2023
@zysim
Copy link
Collaborator

zysim commented Aug 26, 2023

I think it should be something like this:

Hi {name},<br><br>
Please click <a href="">this link</a> to confirm your account. If that doesn't work for you, please click or copy this link:<br><br>
<a href="">{Confirmation link}</a><br><br>
If you need any assistance, you can contact us <a href="">here</a>. And if you didn't register for an account in the first > place, feel free to ignore this email.<br><br>
This is an automated email. Please do not reply to this.<br><br>
{Logo}<br>
Leaderboards.gg
image

@TheTedder
Copy link
Contributor Author

We should also specify that this is an automated email and that responses to it will not be read.

@zysim
Copy link
Collaborator

zysim commented Sep 7, 2023

Updated the comment. Will open a PR as well to handle this better.

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

No branches or pull requests

2 participants