Skip to content

Add the possibility to resend invites to minimal access users

What does this MR do?

This MR is fixing a bug described in #262851 (closed) - it was returning 404 when trying to resend invite to user with minimal access user. It was caused by using a scope that selects only members that are above minimal access level - changing it to a scope that also selects users with minimal access if group is in the group that allows minimal access.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #262851 (closed)

Edited by Gosia Ksionek

Merge request reports