diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 17:11:04 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 17:11:04 -0400 |
commit | fbdcaebcd1e0c2915676b8e2580bd9ef8eed9155 (patch) | |
tree | 8692a05a93d983ab9211f08f9e5ba9f71bce2a19 | |
parent | e26eb1e162007a3297f4b58d6166c971c6c5bbd3 (diff) | |
download | gitlab-ce-fbdcaebcd1e0c2915676b8e2580bd9ef8eed9155.tar.gz |
Fix "Acount" typo in 2FA docsrs-issue-1758
[ci skip]
-rw-r--r-- | doc/workflow/two_factor_authentication.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/workflow/two_factor_authentication.md b/doc/workflow/two_factor_authentication.md index 7c45d23c99d..fb215c8b269 100644 --- a/doc/workflow/two_factor_authentication.md +++ b/doc/workflow/two_factor_authentication.md @@ -45,7 +45,7 @@ storage in a safe place. **Each code can be used only once** to log in to your account. If you lose the recovery codes or just want to generate new ones, you can do so -from the **Profile Settings** > **Acount** page where you first enabled 2FA. +from the **Profile Settings** > **Account** page where you first enabled 2FA. ## Logging in with 2FA Enabled @@ -60,8 +60,8 @@ your phone's application or a recovery code to log in. 1. Log in to your GitLab account. 1. Go to your **Profile Settings**. -1. Go to **Acount**. +1. Go to **Account**. 1. Click **Disable Two-factor Authentication**. [Google Authenticator]: https://support.google.com/accounts/answer/1066447?hl=en -[FreeOTP]: https://fedorahosted.org/freeotp/
\ No newline at end of file +[FreeOTP]: https://fedorahosted.org/freeotp/ |