about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJames <james.allen.vaughan@gmail.com>2017-01-29 10:26:27 -0800
committerEugen <eugen@zeonfederated.com>2017-01-29 19:26:27 +0100
commitb12bdd2aea2d4736b723aacb829b34e8576fb40c (patch)
tree96841507ad09d0048443212a2aff009e97b337dd /docs
parent2165a0ec63424754b1ad82dc32bf9c6ef6b03867 (diff)
Add 2-FA instructions for non-technical users (#580)
Diffstat (limited to 'docs')
-rw-r--r--docs/Using-Mastodon/2FA.md45
-rw-r--r--docs/Using-Mastodon/screenshots/2fa/disable.pngbin0 -> 117272 bytes
-rw-r--r--docs/Using-Mastodon/screenshots/2fa/enable.pngbin0 -> 111293 bytes
3 files changed, 45 insertions, 0 deletions
diff --git a/docs/Using-Mastodon/2FA.md b/docs/Using-Mastodon/2FA.md
new file mode 100644
index 000000000..6d9ef56fb
--- /dev/null
+++ b/docs/Using-Mastodon/2FA.md
@@ -0,0 +1,45 @@
+# 2-Factor Authentication
+
+2-Factor Authentication is a security mechanism that requires you to enter a computer generated code from your phone every time you log into Mastodon.
+
+We highly recommend that you set up 2-factor authentication as it prevents malicious users from logging into your account if they obtain your password.
+
+## Warning
+
+If you lose access to your 2-factor authentication (such as by losing your phone or performing a factory reset) and you do cannot log in, you will not be able to access your account and will need to contact an instance admin to remove 2-factor authentication from your account.
+
+## Setup
+
+1. Open your [settings page](https://mastodon.social/settings/two_factor_auth) and navigate to the Two-factor Authentication page
+2. Press the big blue "Enable" button that appears on the right ![screenshot](screenshots/2fa/enable.png)
+3. Follow instructions below to install an authenticator for your smartphone
+
+## Android
+
+__Recommended Application:__ [Google
+Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2)
+
+4. Download the above application on your phone
+5. Open the "Authenticator" app
+6. Press the + button in the bottom right-hand corner
+7. Press "Scan a barcode"
+8. Line up the black and white QR code with the target box that appears on your camera
+9. Now, whenever you log in to Mastodon, open the Authenticator app and enter the 6 digit code that appears above the "mastodon.social (email address)" text
+
+## iPhone
+
+__Recommended Application:__ iPhone: [Authenticator by Matt
+Ruben](https://itunes.apple.com/us/app/authenticator/id766157276?mt=8)
+Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2)
+
+4. Download the above application on your phone
+5. Open the "Authenticator" app
+6. Press the + button in the bottom right-hand corner
+7. Authenticator should prompt you for access to your camera- hit "OK"
+8. Line up the black and white QR code with the target box that appears on your camera
+9. Now, whenever you log in to Mastodon, open the Authenticator app and enter the 6 digit code that appears above the "mastodon.social (email address)" text
+
+# Disabling 2-factor Authentication
+
+1. Go to [the 2-factor authentication settings page](https://mastodon.social/settings/two_factor_auth)
+2. Press the big blue "Disable" button underneath your QR code ![disable button screenshot](screenshots/2fa/disable.png)
diff --git a/docs/Using-Mastodon/screenshots/2fa/disable.png b/docs/Using-Mastodon/screenshots/2fa/disable.png
new file mode 100644
index 000000000..f008c27b3
--- /dev/null
+++ b/docs/Using-Mastodon/screenshots/2fa/disable.png
Binary files differdiff --git a/docs/Using-Mastodon/screenshots/2fa/enable.png b/docs/Using-Mastodon/screenshots/2fa/enable.png
new file mode 100644
index 000000000..ea82a0afd
--- /dev/null
+++ b/docs/Using-Mastodon/screenshots/2fa/enable.png
Binary files differ