Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2017-12-13 02:31:25 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2017-12-14 01:42:41 +0300
commit1bdbff2d6d04f1cb279b21afc77d7ce335867f18 (patch)
tree68beb184285240abe65cb8d599a69cb3d07dfb78 /doc/user/profile/index.md
parentad1ce1238e8adfb1d10529a99ffd2b298bde3fb5 (diff)
Updates doc for user, group & project transfers
Diffstat (limited to 'doc/user/profile/index.md')
-rw-r--r--doc/user/profile/index.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md
index 04e615330ce..dae4cbe170b 100644
--- a/doc/user/profile/index.md
+++ b/doc/user/profile/index.md
@@ -45,11 +45,10 @@ Alternatively, you can follow [this detailed procedure from the GitLab Team Hand
Changing your username can have unintended side effects.
* Existing web URLs for the user and anything under it (i.e. projects) will
-redirect to the new URLs
-* Existing Git remote URLs for projects under the user 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 any web redirects and Git remote warnings
+redirect to the new URLs.
+* Existing Git remote URLs for projects under the user will redirect to the new remote URL. Git responses
+will show a warning with the new remote URL.
+* The redirect to the new URL is permanent, that implies the original namespace can't be claimed again by any group or user.
> It is currently not possible to rename a namespace if it contains a
project with container registry tags, because the project cannot be moved.