-
Notifications
You must be signed in to change notification settings - Fork 56
Don't return email address in the PUT call for invite #464
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
Comments
How to reproduceInvite some user by Expected behaviorNon-admin users should not see emails of invited users if user is invited by |
Note, that we return email not only when |
Hot to verifyWe should verify several things:
|
@maxceem I deployed the hotfix to the production as I didn't want to delay the hotfix till next week. However, after the deploy, as you suspected, I am, as customer, not able to remove the invited member. |
One more observation @maxceem, right now system is allowing inviting people even after project is cancelled. Do you remember if we had that as feature. |
@vikasrohit there is a hotfix for Connect App to fix the issue with removing the invitations appirio-tech/connect-app#3700 |
I don't remember making any special cases for |
Okay. |
@vikasrohit We've finished invites refactoring and took care of email in the latest |
Seems like right now we are returning the email of the invited user always, no matter if calling user is admin or not.
The text was updated successfully, but these errors were encountered: