summaryrefslogtreecommitdiff
path: root/doc/2fa.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
commit7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch)
tree57c5d31876ba50c1674736493f58d9ab4e59474b /doc/2fa.markdown
parent5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff)
Fix typo in documentation
Diffstat (limited to 'doc/2fa.markdown')
-rw-r--r--doc/2fa.markdown12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/2fa.markdown b/doc/2fa.markdown
index 627c636a..1085f621 100644
--- a/doc/2fa.markdown
+++ b/doc/2fa.markdown
@@ -1,21 +1,21 @@
-Two factor authentication
+Two-Factor Authentication
=========================
-Each user can enable the [two factor authentication](http://en.wikipedia.org/wiki/Two_factor_authentication).
-After a successful login, a one-time code (6 characters) is asked to the user to allow the access to Kanboard.
+Each user can enable the [two-factor authentication](http://en.wikipedia.org/wiki/Two_factor_authentication).
+After a successful login, a one-time code (6 characters) is asked to the user to allow access to Kanboard.
-This code have to be provided by a compatible software generally installed on your smartphone.
+This code has to be provided by a compatible software generally installed on your smartphone.
Kanboard use the [Time-based One-time Password Algorithm](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) defined in the [RFC 6238](http://tools.ietf.org/html/rfc6238).
There are many software compatible with the standard TOTP system.
-By example, you can use these free and open source applications:
+For example, you can use these free and open source applications:
- [Google Authenticator](https://github.com/google/google-authenticator/) (Android, iOS, Blackberry)
- [FreeOTP](https://fedorahosted.org/freeotp/) (Android, iOS)
- [OATH Toolkit](http://www.nongnu.org/oath-toolkit/) (Command line utility on Unix/Linux)
-This system can work offline and you don't necessary need to have a mobile phone.
+This system can work offline and you don't necessarily need to have a mobile phone.
Setup
-----