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

Automatically confirm user email if they click "claim bike" from welcome email #844

Open
sethherr opened this issue Jun 4, 2019 · 0 comments
Labels
Authentication Issues relating to user authentication

Comments

@sethherr
Copy link
Member

sethherr commented Jun 4, 2019

If a user follows a link to claim their bike

  • That email link should include a token and the user's email
  • We should store the email and token (probably in session)
  • If they sign up, we should submit the stored email and token - and confirm their account automatically (since they have responded to an email from that account)

This is related to #570

@sethherr sethherr added the Authentication Issues relating to user authentication label Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Authentication Issues relating to user authentication
Projects
None yet
Development

No branches or pull requests

1 participant