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

Verify emails after sign up #1123

Closed
2 of 4 tasks
bajiat opened this issue Jun 10, 2016 · 5 comments
Closed
2 of 4 tasks

Verify emails after sign up #1123

bajiat opened this issue Jun 10, 2016 · 5 comments
Assignees

Comments

@bajiat
Copy link
Contributor

bajiat commented Jun 10, 2016

Validate user emails after user registration by sending a message to the given address and requiring users to take an action (click a link, press a button) to confirm the registration.

Potential user stories

As an Apinf administrator
I need to be able to be sure that the registrations to Apinf are valid registrations

Design

Definition of done

  • Email is sent to a user after user has registered to platform
  • User can take an action to confirm the email address from the mail that has been sent
  • User can only access the platform after the confirmation has taken place
  • Email validation can only take place if SMTP settings have been given for the platform
@philippeluickx
Copy link
Contributor

philippeluickx commented Sep 6, 2016

Should be easy

Accounts.config({sendVerificationEmail: true, forbidClientAccountCreation: false});

source: http://stackoverflow.com/questions/14616524/verify-email-using-accounts-ui-package

A more elaborate tutorial: https://themeteorchef.com/snippets/sign-up-with-email-verification/

@bajiat
Copy link
Contributor Author

bajiat commented Sep 8, 2016

@Nazarah Review the UI after the task is done.

@bajiat bajiat added planning and removed backlog labels Sep 9, 2016
@bajiat bajiat changed the title Validate emails after sign up Verify emails after sign up Sep 12, 2016
@jykae
Copy link
Contributor

jykae commented Sep 14, 2016

Status: Will work today with this after SMTP settings issue. Including changes in Email improvements PR #1561

@jykae
Copy link
Contributor

jykae commented Sep 14, 2016

@philippeluickx Thanks for links they were helpful.

@philippeluickx
Copy link
Contributor

@jykae glad it helped!

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

4 participants