Skip to content

Resolve "Set users limit to 0 for project and group creation"

Gosia Ksionek requested to merge 275962-update-users-rake into master

What does this MR do?

In order to provide possibility to update all users that belongs to given group, its subgroups and projects belonging to the given group I created rake task. As described in #275962 my goal was to provide an easy way to update all users specified above with "Projects Limit" value set to 0 and "Can create groups" value set to false.

I decided to go with rake task as it allows to reuse this script for different clients.

Screenshots (strongly suggested)

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 #275962

Edited by Mayra Cabrera

Merge request reports