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 verification flow #1113

Closed
chouseknecht opened this issue Aug 28, 2018 · 0 comments
Closed

Email verification flow #1113

chouseknecht opened this issue Aug 28, 2018 · 0 comments

Comments

@chouseknecht
Copy link
Contributor

To complete the email notification preferences work, we'll need the backend and UI components to support the email verification flow.

Django Allauth handles sending email verifications. We'll need to understand how it works, and then put the pieces in place on the backend to trigger Django Allauth to send an email verification to the requested email address.

When the user clicks on the verification link from the received email, we'll need to recognized or accept the request, mark the email as verified, and redirect the user to a page indicating the verification succeeded.

@chouseknecht chouseknecht added this to the 3.1.0 milestone Aug 28, 2018
@chouseknecht chouseknecht added the status/fix-committed Merged to develop \ release branch label Sep 8, 2018
@cutwater cutwater added status/fix-released Fixed in the latest release and removed status/fix-committed Merged to develop \ release branch labels Nov 16, 2018
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