Commit b3a88a0f authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7528 from exromany/patch-1

Update user_management.md
parents e19c1f71 dab09316
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
sudo gitlab-rake gitlab:import:user_to_projects[username@domain.tld] sudo gitlab-rake gitlab:import:user_to_projects[username@domain.tld]
# installation from source or cookbook # installation from source or cookbook
bundle exec rake gitlab:import:user_to_projects[username@domain.tld] bundle exec rake gitlab:import:user_to_projects[username@domain.tld] RAILS_ENV=production
``` ```
## Add all users to all projects ## Add all users to all projects
...@@ -21,7 +21,7 @@ Notes: ...@@ -21,7 +21,7 @@ Notes:
sudo gitlab-rake gitlab:import:all_users_to_all_projects sudo gitlab-rake gitlab:import:all_users_to_all_projects
# installation from source or cookbook # installation from source or cookbook
bundle exec rake gitlab:import:all_users_to_all_projects bundle exec rake gitlab:import:all_users_to_all_projects RAILS_ENV=production
``` ```
## Add user as a developer to all groups ## Add user as a developer to all groups
...@@ -31,7 +31,7 @@ bundle exec rake gitlab:import:all_users_to_all_projects ...@@ -31,7 +31,7 @@ bundle exec rake gitlab:import:all_users_to_all_projects
sudo gitlab-rake gitlab:import:user_to_groups[username@domain.tld] sudo gitlab-rake gitlab:import:user_to_groups[username@domain.tld]
# installation from source or cookbook # installation from source or cookbook
bundle exec rake gitlab:import:user_to_groups[username@domain.tld] bundle exec rake gitlab:import:user_to_groups[username@domain.tld] RAILS_ENV=production
``` ```
## Add all users to all groups ## Add all users to all groups
...@@ -45,5 +45,5 @@ Notes: ...@@ -45,5 +45,5 @@ Notes:
sudo gitlab-rake gitlab:import:all_users_to_all_groups sudo gitlab-rake gitlab:import:all_users_to_all_groups
# installation from source or cookbook # installation from source or cookbook
bundle exec rake gitlab:import:all_users_to_all_groups bundle exec rake gitlab:import:all_users_to_all_groups RAILS_ENV=production
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment