diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2017-12-12 17:31:25 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2017-12-13 16:42:41 -0600 |
commit | 1bdbff2d6d04f1cb279b21afc77d7ce335867f18 (patch) | |
tree | 68beb184285240abe65cb8d599a69cb3d07dfb78 /doc/user/profile | |
parent | ad1ce1238e8adfb1d10529a99ffd2b298bde3fb5 (diff) | |
download | gitlab-ce-1bdbff2d6d04f1cb279b21afc77d7ce335867f18.tar.gz |
Updates doc for user, group & project transfersupdate-doc-for-user-group-project-transfers
Diffstat (limited to 'doc/user/profile')
-rw-r--r-- | doc/user/profile/index.md | 9 |
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. |