diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-08-29 15:16:01 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-09-19 11:09:25 -0700 |
commit | 6c36c1389a1cc59143a4e737ee61e4de18d548f1 (patch) | |
tree | a975ad39a4be9a50690b88825f021c03465ab2ae /doc | |
parent | 8d568fe324dbf753e99e8f63df8f4cb1b484270d (diff) | |
download | gitlab-ce-6c36c1389a1cc59143a4e737ee61e4de18d548f1.tar.gz |
Move help for renaming group path to docs
And expand on the help text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/group/index.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index db0242f1324..a1671f9dd91 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -188,6 +188,27 @@ Besides giving you the option to edit any settings you've previously set when [creating the group](#create-a-new-group), you can also access further configurations for your group. +#### Changing a group's path + +> **Note:** If you want to retain ownership over the original namespace and +protect the URL redirects, then instead of changing a group's path or renaming a +username, you can create a new group and transfer projects to it. + +Changing a group's path can have unintended side effects. + +* Existing web URLs for the group and anything under it (i.e. projects) will +redirect to the new URLs +* Existing Git remote URLs for projects under the group will no longer work, but +Git responses will show an error with the new remote URL +* The original namespace can be claimed again by any group or user, which will +destroy web redirects and Git remote warnings +* If you are vacating the path so it can be claimed by another group or user, +you may need to rename the group name as well since both names and paths must be +unique + +> It is currently not possible to rename a namespace if it contains a +project with container registry tags, because the project cannot be moved. + #### Enforce 2FA to group members Add a security layer to your group by |