You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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).
The text was updated successfully, but these errors were encountered:
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):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).
The text was updated successfully, but these errors were encountered: