Changeset 855757
- Timestamp:
- 02/11/2014 06:21:49 PM (12 years ago)
- File:
-
- 1 edited
-
google-authenticator/tags/0.47/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-authenticator/tags/0.47/readme.txt
r837314 r855757 4 4 Tags: authentication,otp,password,security,login,android,iphone,blackberry 5 5 Requires at least: 3.8 6 Tested up to: 3.8 6 Tested up to: 3.8.1 7 7 Stable tag: 0.47 8 8 … … 41 41 = I am unable to log in using this plugin, what's wrong ? = 42 42 43 The Google Authenticator verification codes are time based, so it's crucial that the clock in your phone is accurate and in sync with the clock on the server where your WordPress installation is hosted. 44 43 The Google Authenticator verification codes are time based, so it's crucial that the clock in your phone is accurate and in sync with the clock on the server where your WordPress installation is hosted. 45 44 If you have an Android phone, you can use an app like [ClockSync](https://market.android.com/details?id=ru.org.amip.ClockSync) to set your clock in case your Cell provider doesn't provide accurate time information 46 47 45 Another option is to enable "relaxed mode" in the settings for the plugin, this will enable more valid codes by allowing up to a 4 min. timedrift in each direction. 48 46 … … 54 52 55 53 If you have SSH or FTP access to your webhosting account, you can manually delete the plugin from your WordPress installation, 56 57 54 just delete the wp-content/plugins/google-authenticator directory, and you'll be able to login using username/password again. 58 55 59 56 = I don't own a Smartphone, isn't there another way to generate these secret codes ? = 60 57 61 Yes, there is a webbased version here : http://gauth.apps.gbraad.nl/ Github project here : https://github.com/gbraad/html5-google-authenticator 58 Yes, there is a webbased version here : http://gauth.apps.gbraad.nl/ 59 Github project here : https://github.com/gbraad/html5-google-authenticator 60 61 = Can I create backupcodes ? = 62 63 No, but if you're using an Android smartphone you can replace the Google Authenticator app with [Authenticator Plus](https://play.google.com/store/apps/details?id=com.mufri.authenticatorplus). 64 It's a really nice app that can import your existing settings, sync between devices and backup/restore using your sd-card. 65 It's not a free app, but it's well worth the money. 62 66 63 67 = Any known incompatabilities ? = 64 68 65 Yes, the Man-in-the-middle attack detection code isn't compatible with the test/setup mode in the "Stop spammer registration plugin", 69 Yes, the Man-in-the-middle attack/replay detection code isn't compatible with the test/setup mode in the "Stop spammer registration plugin", 70 please remember to remove the "Check credentials on all login attempts" checkmark before installing my plugin. 66 71 67 please remember to remove the "Check credentials on all login attempts" checkmark before installing my plugin.68 72 69 73 … … 77 81 == Changelog == 78 82 79 = 0.47 = 83 = 0.47 = 80 84 * Google chart API replaced with jquery-qrcode 81 85 * QR codes now contain a heading saying WordPress (Feature request by Flemming Mahler) … … 83 87 * Plugin now logs login attempts recognized as Man-in-the-middle attacks. 84 88 85 = 0.46 = 89 = 0.46 = 86 90 * Man-in-the-middle attack protection added. 87 91 * Show warning before displaying the QR code. 88 92 * FAQ updated. 89 93 90 = 0.45 = 94 = 0.45 = 91 95 * Spaces in the description field should now work on iPhones. 92 96 * Some depricated function calls replaced. … … 97 101 98 102 99 = 0.44 = 103 = 0.44 = 100 104 * Installation/FAQ section updated. 101 105 * Simplified Chinese translation by Kaijia Feng added. … … 106 110 * Must enter all 6 code digits. 107 111 108 = 0.43 = 112 = 0.43 = 109 113 * It's now possible for an admin to hide the Google Authenticaator settings on a per-user basis. (Feature request by : Skate-O) 110 114 111 = 0.42 = 115 = 0.42 = 112 116 * Autocomplete disabled on code input field. (Feature request by : hiphopsmurf) 113 117 114 = 0.41 = 118 = 0.41 = 115 119 * Italian translation by Aldo Latino added. 116 120 117 = 0.40 = 121 = 0.40 = 118 122 * Bugfix, typo corrected and PHP notices removed. Thanks to Dion Hulse for his patch. 119 123 120 = 0.39 = 124 = 0.39 = 121 125 * Bugfix, Description was not saved to WordPress database when updating profile. Thanks to xxdesmus for noticing this. 122 126 123 = 0.38 = 127 = 0.38 = 124 128 * Usability fix, input field for codes changed from password to text type. 125 129 126 = 0.37 = 130 = 0.37 = 127 131 * The plugin now supports "relaxed mode" when authenticating. If selected, codes from 4 minutes before and 4 minutes after will work. 30 seconds before and after is still the default setting. 128 132 129 = 0.36 = 133 = 0.36 = 130 134 * Bugfix, now an App password can only be used for XMLRPC/APP-Request logins. 131 135 132 = 0.35 = 136 = 0.35 = 133 137 * Initial WordPress app support added (XMLRPC). 134 138 135 = 0.30 = 139 = 0.30 = 136 140 * Code cleanup 137 141 * Changed generation of secret key, to no longer have requirement of SHA256 on the server 138 142 * German translation 139 143 140 = 0.20 = 144 = 0.20 = 141 145 * Initial release 142 146
Note: See TracChangeset
for help on using the changeset viewer.