-
Notifications
You must be signed in to change notification settings - Fork 1
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
Email the user when the game account is made #4
Comments
Do you have a specific template in mind? |
@nicholaslum444 & @jmtiong any response on that? |
Sorry, missed the message. Sample below. @jmtiong Please expand on this.
For the link, I'm envisioning a simple RESTful request, i.e. when you sign up for a new Facebook account and they want you to verify your email, you must click a certain link that will verify the account. On the server side after visiting this link, the db should have a field updated for the user that shows he has "activated" his account. This also serves a dual purpose of him acknowledging receipt of the email. @jmtiong Please evaluate if this feature is helpful. @Skaty Please consider the difficulty of this feature and feedback if there is time constraint. Thanks |
Yes this feature is a must have. In addition, the email will also contain a randomly generated password for them and they would have to change their password upon first login |
Who would log in? Both the participants and game master? |
In the email, create a link to confirm the user signup
This is for the purposes of checking which user has/hasn't seen the email and instructions
The text was updated successfully, but these errors were encountered: