-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
63 lines (41 loc) · 2.02 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
=== Dovedi ===
Contributors: Eric Mann
Donate link: https://eamann.com
Tags: 2fa, authentication, login
Requires at least: 4.3.1
Tested up to: 4.7.3
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Time-based One Time Password authentication for WordPress.
== Description ==
Add support for [time-based one-time-password authentication](https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) to WordPress. Once enabled, you can use an application on your phone ([Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en), [Windows Authenticator](https://www.microsoft.com/en-us/store/apps/authenticator/9wzdncrfj3rj), etc) to generate TOTP tokens and protect your account from prying eyes.
== Installation ==
= Manual Installation =
1. Upload the entire `/dovedi` directory to the `/wp-content/plugins/` directory.
2. Activate Dovedi through the 'Plugins' menu in WordPress.
3. Enable TOTP support on your user profile
== Frequently Asked Questions ==
= Does this work with Windows? =
Yes! The [Windows Authenticator App](https://www.microsoft.com/en-us/store/apps/authenticator/9wzdncrfj3rj) works just great!
= Does this work with Android? =
Yes! The [Google Authenticator App](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) works perfectly!
= Does this work with iPhone? =
Probably. But it hasn't been tested...
== Screenshots ==
1. Enable two-step authentication for your WordPress login
2. Scan the QR code with your mobile app, or enter the code manually
3. Once enabled, you will be prompted for a second login factor whenever you log in
== Changelog ==
= 1.1.1 =
* Fix a JS error that prevented disabling 2FA for users
= 1.1.0 =
* Nag users to set up 2FA
* List users' setup status in the Users table
= 1.0.0 =
* Refactor for testability (97% coverage!)
= 0.1.0 =
* First release
== Upgrade Notice ==
= 0.1.0 =
First Release