diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /docs/2fa.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'docs/2fa.markdown')
-rw-r--r-- | docs/2fa.markdown | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/2fa.markdown b/docs/2fa.markdown deleted file mode 100644 index 627c636a..00000000 --- a/docs/2fa.markdown +++ /dev/null @@ -1,33 +0,0 @@ -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. - -This code have 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: - -- [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. - -Setup ------ - -1. Go to your user profile -2. On the left, click on **Two factor authentication** and check the box -3. A secret key is generated for you - -![2FA](http://kanboard.net/screenshots/documentation/2fa.png) - -- You have to save the secret key in your TOTP software. If you use a smartphone, the easiest solution is to scan the QR code with FreeOTP or Google Authenticator. -- Each time you will open a new session, a new code will be asked -- Don't forget to test your device before closing your session - -A new secret key is generated each time you enable/disable this feature.
\ No newline at end of file |