-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
fix: require verified email to invite #66948
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
base: master
Are you sure you want to change the base?
Conversation
22cefee
to
c01c5fc
Compare
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
bf45572
to
cb3d00d
Compare
345acba
to
4620c62
Compare
4620c62
to
f8d0dba
Compare
aeb7391
to
f6dd77f
Compare
) : ( | ||
{!isVerified && !isSuperUser ? ( | ||
<Alert type="warning" showIcon> | ||
{t('Please verify your email before inviting other users.')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have some very old users with unverified email so they won't have verify email in their inbox. We should add a button that would trigger that email again here in the flow.
Should we make this required? It seems to me that we should have emails verified and this would be a good way to enforce it.
Frontend support for: #66861