Skip to content

Fixed user_cap_reached? method in Group

Etienne Baqué requested to merge 332592-fix-user-cap-reached into master

What does this MR do?

This MR fix the Group::user_cap_reached? method.

It takes into account that the user cap is only set at the root namespace, and that children group should refer to it.

Related to #332592 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 #332592 (closed)

Edited by Etienne Baqué

Merge request reports