Added rake task for adding a user to all groups as guest
Created by: jpwdesigns
Needed the ability to add a user as a guest to all groups.
Merge request reports
Activity
44 44 group.add_users(Array.wrap(user.id), GroupMember::DEVELOPER) 45 45 end 46 46 end 47 48 desc "GITLAB | Add a specific user to all groups (as a guest)" Created by: axilleas
Use
GitLab
instead ofGITLAB
as per https://github.com/gitlabhq/gitlabhq/commit/b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ffBy Administrator on 2015-07-19T13:53:39 (imported from GitLab project)
By Administrator on 2015-07-19T13:53:39 (imported from GitLab)
Please register or sign in to reply