forked from atmshop/authy-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
71 lines (49 loc) · 2.41 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== Authy Two Factor Authentication ===
Contributors: authy, ethitter
Tags: authentication, authy, two factor, security, login, authenticate
Requires at least: 3.0
Tested up to: 3.6
Stable tag: 2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin adds Authy two-factor authentication to WordPress.
== Description ==
Authy helps you proctect your WordPress site from hackers using simple two-factor authentication.
You can get your free API key at [www.authy.com/signup](https://www.authy.com/signup).
Plugin development is found at https://github.com/authy/authy-wordpress.
== Installation ==
1. Get your Authy API Key at [www.authy.com/signup](www.authy.com/signup).
2. Install the plugin either via your site's dashboard or by downloading the plugin from WordPress.org and uploading the files to your server.
3. Activate the plugin through the WordPress Plugins menu.
4. Navigate to **Settings -> Authy** to enter your Authy API keys.
== Frequently Asked Questions ==
= How can an user enable two-factor authentication? =
The user should go to his or her WordPress profile page and add his or her mobile number and country code.
= How can a user disable Authy after enabling it? =
The user should return to his or her WordPress profile screen and disable Authy at the bottom.
= Can an Admin can select specific user roles that should authenticate with Authy two-factor authentication? =
Yes, as an admin you can go to the settings page of the plugin, select the user roles in the list, and click "Save Changes" to save the configuration.
= How can the admin an admin force Authy two-factor authentication on a specific user? =
As an admin, you can go to the users page. Then, select the user in the list, and click edit. Go to the bottom, enter the user's mobile number and country code, and click "Update user."
== Screenshots ==
1. Authy Two-Factor Authentication page.
== Changelog ==
= 2.4 =
* Use the remember me option when authenticate the user
= 2.3 =
* Hide the authy settings page for other users except for super admin (multisite)
= 2.2 =
* Hide some digits of the cellphone
= 2.1 =
* Added missing images
= 2.0 =
* Refactor code
* The admin can now force a user to enable Authy on next login
= 1.3 =
* Display API errors when try to register a user
= 1.2 =
* Fix update user profile and verify SSL certificates
= 1.1 =
* Fix reported issues and refactor code
= 1.0 =
* Initial public release.