OSDN Git Service

Merge pull request #3209 from tsl0922/master
[wvm/gitlab.git] / doc / raketasks / user_management.md
1 ### Add user as a developer to all projects
2
3 ```
4 bundle exec rake gitlab:import:user_to_projects[username@domain.tld]
5 ```
6
7
8 ### Add all users to all projects
9
10 Notes:
11
12 * admin users are added as masters
13
14 ```
15 bundle exec rake gitlab:import:all_users_to_all_projects
16 ```