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/user/profile | |
parent | 3c03388ba047d073bd6585a201f6e56060676dcf (diff) | |
download | gitlab-ce-4b93429a4e7161460ecde6b0cf56480b03e8e600.tar.gz |
Remove Private Token from User Settings > Account
Diffstat (limited to 'doc/user/profile')
-rw-r--r-- | doc/user/profile/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md index 5ebb88bf324..5fcc0501dc1 100644 --- a/doc/user/profile/index.md +++ b/doc/user/profile/index.md @@ -52,7 +52,7 @@ You can edit your account settings by navigating from the up-right corner menu b From there, you can: - Update your personal information -- Manage [private tokens](../../api/README.md#private-tokens), email tokens, [2FA](account/two_factor_authentication.md) +- Manage [2FA](account/two_factor_authentication.md) - Change your username and [delete your account](account/delete_account.md) - Manage applications that can [use GitLab as an OAuth provider](../../integration/oauth_provider.md#introduction-to-oauth) |