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

Resend Auth0 email verification link if unverified user clicks watch button #492

Closed
landonreed opened this issue Sep 25, 2019 · 1 comment · Fixed by #505
Closed

Resend Auth0 email verification link if unverified user clicks watch button #492

landonreed opened this issue Sep 25, 2019 · 1 comment · Fixed by #505

Comments

@landonreed
Copy link
Contributor

landonreed commented Sep 25, 2019

If a user clicks the "Watch" button to subscribe to notifications about a project, feed source, etc. and the user's email has not been verified (user.profile.email_verified = false), we should show a window.confirm with a message like (I'm open to wordsmithing):

In order to receive email notification, you must first verify your email address. Would you like to resend the email verification message for your account?

A confirmation of this should trigger a request to datatools-server to use the Auth0 management API https://auth0.com/docs/api/management/v2#!/Jobs/post_verification_email to resend.

It might also be worth adding some kind of warning style/color to the watch button if the email is not verified. Or maybe, instead we should add a resend button next to the email address on the under-utilized user profile page (along with a red notification dot on the 'My account' button on the home page).

image

@landonreed
Copy link
Contributor Author

🎉 This issue has been resolved in version 4.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant