Plugin Directory

Changeset 855757


Ignore:
Timestamp:
02/11/2014 06:21:49 PM (12 years ago)
Author:
Henrik.Schack
Message:

FAQ updated.
File now UTF-8 encoded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • google-authenticator/tags/0.47/readme.txt

    r837314 r855757  
    44Tags: authentication,otp,password,security,login,android,iphone,blackberry
    55Requires at least: 3.8
    6 Tested up to: 3.8
     6Tested up to: 3.8.1
    77Stable tag: 0.47
    88
     
    4141= I am unable to log in using this plugin, what's wrong ? =
    4242
    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 
     43The 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.
    4544If 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 
    4745Another 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.
    4846
     
    5452
    5553If you have SSH or FTP access to your webhosting account, you can manually delete the plugin from your WordPress installation,
    56 
    5754just delete the wp-content/plugins/google-authenticator directory, and you'll be able to login using username/password again.
    5855
    5956= I don't own a Smartphone, isn't there another way to generate these secret codes ? =
    6057
    61 Yes, there is a webbased version here : http://gauth.apps.gbraad.nl/ Github project here : https://github.com/gbraad/html5-google-authenticator
     58Yes, there is a webbased version here : http://gauth.apps.gbraad.nl/ 
     59Github project here : https://github.com/gbraad/html5-google-authenticator
     60
     61= Can I create backupcodes ? =
     62
     63No, 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). 
     64It's a really nice app that can import your existing settings, sync between devices and backup/restore using your sd-card. 
     65It's not a free app, but it's well worth the money.
    6266
    6367= Any known incompatabilities ? =
    6468
    65 Yes, the Man-in-the-middle attack detection code isn't compatible with the test/setup mode in the "Stop spammer registration plugin",
     69Yes, the Man-in-the-middle attack/replay detection code isn't compatible with the test/setup mode in the "Stop spammer registration plugin",
     70please remember to remove the "Check credentials on all login attempts" checkmark before installing my plugin.
    6671
    67 please remember to remove the "Check credentials on all login attempts" checkmark before installing my plugin.
    6872
    6973
     
    7781== Changelog ==
    7882
    79 = 0.47 =
     83= 0.47 = 
    8084* Google chart API replaced with jquery-qrcode
    8185* QR codes now contain a heading saying WordPress (Feature request by Flemming Mahler)
     
    8387* Plugin now logs login attempts recognized as Man-in-the-middle attacks.
    8488
    85 = 0.46 =
     89= 0.46 = 
    8690* Man-in-the-middle attack protection added.
    8791* Show warning before displaying the QR code.
    8892* FAQ updated.
    8993
    90 = 0.45 =
     94= 0.45 = 
    9195* Spaces in the description field should now work on iPhones.
    9296* Some depricated function calls replaced.
     
    97101
    98102
    99 = 0.44 =
     103= 0.44 = 
    100104* Installation/FAQ section updated.
    101105* Simplified Chinese translation by Kaijia Feng added.
     
    106110* Must enter all 6 code digits.
    107111
    108 = 0.43 =
     112= 0.43 = 
    109113* It's now possible for an admin to hide the Google Authenticaator settings on a per-user basis. (Feature request by : Skate-O)
    110114
    111 = 0.42 =
     115= 0.42 = 
    112116* Autocomplete disabled on code input field. (Feature request by : hiphopsmurf)
    113117
    114 = 0.41 =
     118= 0.41 = 
    115119* Italian translation by Aldo Latino added.
    116120
    117 = 0.40 =
     121= 0.40 = 
    118122* Bugfix, typo corrected and PHP notices removed. Thanks to Dion Hulse for his patch.
    119123
    120 = 0.39 =
     124= 0.39 = 
    121125* Bugfix, Description was not saved to WordPress database when updating profile. Thanks to xxdesmus for noticing this.
    122126
    123 = 0.38 =
     127= 0.38 = 
    124128* Usability fix, input field for codes changed from password to text type.
    125129
    126 = 0.37 =
     130= 0.37 = 
    127131* 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.
    128132
    129 = 0.36 =
     133= 0.36 = 
    130134* Bugfix, now an App password can only be used for XMLRPC/APP-Request logins.
    131135
    132 = 0.35 =
     136= 0.35 = 
    133137* Initial WordPress app support added (XMLRPC).
    134138
    135 = 0.30 =
     139= 0.30 = 
    136140* Code cleanup
    137141* Changed generation of secret key, to no longer have requirement of SHA256 on the server
    138142* German translation
    139143
    140 = 0.20 =
     144= 0.20 = 
    141145* Initial release
    142146
Note: See TracChangeset for help on using the changeset viewer.