diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-10-08 09:52:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-10-08 09:52:28 -0400 |
commit | e5c449788a4239720b34e15d7441ff996c11231b (patch) | |
tree | 7e1f759481f4d90787ebe27e92534a316abd1adc /doc/2fa.markdown | |
parent | 8aad769ce34be88692c9941253596ef0dccc978d (diff) |
Update documentation
Diffstat (limited to 'doc/2fa.markdown')
-rw-r--r-- | doc/2fa.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/2fa.markdown b/doc/2fa.markdown index 9c02d309..bef256e4 100644 --- a/doc/2fa.markdown +++ b/doc/2fa.markdown @@ -4,12 +4,12 @@ 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 access to Kanboard. -This code has to be provided by a compatible software generally installed on your smartphone. +This code has to be provided by a compatible software usually 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. -For example, you can use these free and open source applications: +For example, you can use these applications: - [Google Authenticator](https://github.com/google/google-authenticator/) (Android, iOS, Blackberry) - [FreeOTP](https://fedorahosted.org/freeotp/) (Android, iOS) |