summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-10-12 10:21:16 +0200
committerDouwe Maan <douwe@selenight.nl>2017-11-02 11:39:01 +0100
commit4b93429a4e7161460ecde6b0cf56480b03e8e600 (patch)
treecba999424a75565af0d9d8e5e5c8e5debc9d5d92 /doc/administration
parent3c03388ba047d073bd6585a201f6e56060676dcf (diff)
downloadgitlab-ce-4b93429a4e7161460ecde6b0cf56480b03e8e600.tar.gz
Remove Private Token from User Settings > Account
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/troubleshooting/debug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/debug.md b/doc/administration/troubleshooting/debug.md
index 6f1356ddf8f..be538ea250a 100644
--- a/doc/administration/troubleshooting/debug.md
+++ b/doc/administration/troubleshooting/debug.md
@@ -141,7 +141,7 @@ separate Rails process to debug the issue:
1. Log in to your GitLab account.
1. Copy the URL that is causing problems (e.g. https://gitlab.com/ABC).
-1. Obtain the private token for your user (Profile Settings -> Account).
+1. Create a Personal Access Token for your user (Profile Settings -> Access Tokens).
1. Bring up the GitLab Rails console. For omnibus users, run:
```