summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrugk <75122920@opayq.com>2015-06-05 13:16:47 +0000
committerrugk <75122920@opayq.com>2015-06-05 13:16:47 +0000
commit193f019f61bfa294b630f5959489c79b5ef4fa58 (patch)
tree2d702064aa338b30cbb6fcc21a4a2d26df564ed5
parent3f59a8f0be101c2405372d05a304540beb1b6d01 (diff)
downloadgitlab-ce-193f019f61bfa294b630f5959489c79b5ef4fa58.tar.gz
Added free alternative to Google Authenticator (FreeOTP).
-rw-r--r--doc/workflow/two_factor_authentication.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/workflow/two_factor_authentication.md b/doc/workflow/two_factor_authentication.md
index 8ac1ca4b351..86494f7611b 100644
--- a/doc/workflow/two_factor_authentication.md
+++ b/doc/workflow/two_factor_authentication.md
@@ -21,7 +21,8 @@ is to know your username and password *and* have access to your phone.
**On your phone:**
-1. Install a compatible application. We recommend [Google Authenticator].
+1. Install a compatible application. We recommend [Google Authenticator]
+(properitary) or [FreeOTP] (FLOSS).
1. In the application, add a new entry in one of two ways:
* Scan the code with your phone's camera to add the entry automatically.
* Enter the details provided to add the entry manually.
@@ -63,3 +64,4 @@ your phone's application or a recovery code to log in.
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