Skip to content

WIP: Add delete_users tool

Dan Davison requested to merge qa-delete-users-tool into master

What does this MR do?

Adds a delete_users rake task to delete any test users created.

rel: https://gitlab.com/gitlab-org/quality/team-tasks/issues/65

Important this is a powerful script. QA tests that create users should use a particular format (e.g. prefix, suffix) that can distinguish from any other live user.

Does this MR meet the acceptance criteria?

Conformity

Security

This script will not contain tokens, but it "will" require an administration token to run.

  • 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

Merge request reports