diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-10-12 10:21:16 +0200 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-11-02 11:39:01 +0100 |
commit | 4b93429a4e7161460ecde6b0cf56480b03e8e600 (patch) | |
tree | cba999424a75565af0d9d8e5e5c8e5debc9d5d92 /doc/administration | |
parent | 3c03388ba047d073bd6585a201f6e56060676dcf (diff) | |
download | gitlab-ce-4b93429a4e7161460ecde6b0cf56480b03e8e600.tar.gz |
Remove Private Token from User Settings > Account
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/troubleshooting/debug.md | 2 |
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: ``` |