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

Email the user when the game account is made #4

Open
nicholaslum444 opened this issue Mar 3, 2016 · 5 comments
Open

Email the user when the game account is made #4

nicholaslum444 opened this issue Mar 3, 2016 · 5 comments

Comments

@nicholaslum444
Copy link
Member

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

@Skaty
Copy link
Member

Skaty commented Apr 6, 2016

Do you have a specific template in mind?

@Skaty
Copy link
Member

Skaty commented May 20, 2016

@nicholaslum444 & @jmtiong any response on that?

@nicholaslum444
Copy link
Member Author

nicholaslum444 commented May 20, 2016

Sorry, missed the message.

Sample below. @jmtiong Please expand on this.

Hi [STUDENT], 

Thanks for signing up for GFP 2016. As there will be games and fun activities on the night itself, please read the following instructions before the event!

Instructions:
1. [INSTRUCTION NUMBER ONE]
2. [INSTRUCTION NUMBER TWO]
3. ....
...
X-1. [INSTRUCTION NUMBER X-1]
X. Finally, please click the following link to confirm your game account for GFP 2016! http://gfp.nuscomputing.com/signup/confirm?user=8276191&secret=8iq78yy78eu

Warmest Regards,
GFP Team

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

@jmtiong
Copy link
Contributor

jmtiong commented May 22, 2016

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

@Skaty
Copy link
Member

Skaty commented May 23, 2016

Who would log in? Both the participants and game master?

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

No branches or pull requests

3 participants