Opis
Wtyczka Google Authenticator dla WordPressa pozwala na dwuskładnikowe uwierzytelnianie za pomocą aplikacji Google Authenticator na urządzenia Androida/iPhone’a/Blackberry.
Jeśli wiesz coś na temat bezpieczeństwa, być może masz już zainstalowaną aplikację Google Authenticator na swoim smartfonie, używając jej do uwierzytelniania dwuskładnikowego w Gmailu/Dropbox/Lastpass/Amazon itp.
Wymóg uwierzytelniania dwuskładnikowego można włączyć dla każdego użytkownika. Można włączyć dla swojego konta administratora, ale rozważ logowanie się jak na mniej uprzywilejowane konta.
Jeśli występuje potrzeba prowadzenia bloga za pomocą aplikacji na Androida/iPhone’a lub innego oprogramowania korzystającego z interfejsu XMLRPC, można włączyć funkcję hasła do aplikacji w tej wtyczce, proszę pamiętać, że włączenie funkcji hasła do aplikacji zmniejszy bezpieczeństwo witryny.
Autorzy
Thanks to:
Oleksiy for a bugfix in multisite.
Paweł Nowacki polskie tłumaczenie
Fabio Zumbi portugalskie tłumaczenie
Guido Schalkx holenderskie tłumaczenie.
Henrik.Schack za pisanie i utrzymywanie wersji od 0.20 do 0.48
Tobias Bäthge for his code rewrite and German translation.
Pascal de Bruijn for his „relaxed mode” idea.
Daniel Werl for his usability tips.
Dion Hulse for his bugfixes.
Aldo Latino for his Italian translation.
Kaijia Feng for his Simplified Chinese translation.
Alex Concha for his security tips.
Jerome Etienne for his jquery-qrcode plugin.
Sébastien Prunier for his Spanish and French translation.
Zrzuty ekranu
Instalacja
- Make sure your webhost is capable of providing accurate time information for PHP/WordPress, ie. make sure a NTP daemon is running on the server.
- Zainstaluj i włącz wtyczkę
- Enter a description on the Users -> Profile and Personal options page, in the Google Authenticator section.
- Scan the generated QR code with your phone, or enter the secret manually, remember to pick the time based one.
You may also want to write down the secret on a piece of paper and store it in a safe place. - Remember to hit the Update profile button at the bottom of the page before leaving the Personal options page.
- That’s it, your WordPress blog is now a little more secure.
Najczęściej zadawane pytania
-
Can I use Google Authenticator for WordPress with the Android/iPhone apps for WordPress?
-
Yes, you can enable the App password feature to make that possible, but notice that the XMLRPC interface isn’t protected by two-factor authentication, only a long password.
-
I want to update the secret, should I just scan the new QR code after creating a new secret?
-
No, you’ll have to delete the existing account from the Google Authenticator app on your smartphone before you scan the new QR code, that is unless you change the description as well.
-
I am unable to log in using this plugin, what’s wrong ?
-
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.
If you have an Android phone, you can use an app like ClockSync to set your clock in case your Cell provider doesn’t provide accurate time information
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. -
I have several users on my WordPress installation, is that a supported configuration ?
-
Yes, each user has his own Google Authenticator settings.
-
During installation I forgot the thing about making sure my webhost is capable of providing accurate time information, I’m now unable to login, please help.
-
If you have SSH or FTP access to your webhosting account, you can manually delete the plugin from your WordPress installation,
just delete the wp-content/plugins/google-authenticator directory, and you’ll be able to login using username/password again. -
I don’t own a Smartphone, isn’t there another way to generate these secret codes ?
-
Tak, jest tutaj wersja internetowa: https://gauth.apps.gbraad.nl/
Projekt na Githubie: https://github.com/gbraad/gauth -
Can I create backupcodes ?
-
No, but if you’re using an Android smartphone you can replace the Google Authenticator app with Authenticator Plus.
It’s a really nice app that can import your existing settings, sync between devices and backup/restore using your sd-card.
It’s not a free app, but it’s well worth the money. -
Any known incompatabilities ?
-
Yes, the Man-in-the-middle attack/replay detection code isn’t compatible with the test/setup mode in the „Stop spammer registration plugin”,
please remember to remove the „Check credentials on all login attempts” checkmark before installing my plugin.
Recenzje
Kontrybutorzy i deweloperzy
„Google Authenticator” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „Google Authenticator” została przetłumaczona na 15 języków. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “Google Authenticator” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
0.54
- Fixed a bug in multisite.
0.53
- Add a Polish translation
0.52
- Add a Dutch translation
- Add a Portuguese translation
0.51
- Fix a regression that broke app passwords
0.50
- New maintainer ivankk
- Conditionally include base32 class
0.49
- More streamlined sign-up flow for users, configuration screen for admins.
- Multisite support to either enable 2fa by role on a site, and/or on a network.
- Added filter google_authenticator_needs_setup to determine if user needs to enable 2fa.
- Added two part login process that can ask for 2fa code on a second login screen.
- Fixed a security bug that continued check_otp even if authenticate had already returned an error.
0.48
- Security fix / compatability with WordPress 4.5
0.47
- Google chart API replaced with jquery-qrcode
- QR codes now contain a heading saying WordPress (Feature request by Flemming Mahler)
- Danish translation & updated .pot file.
- Plugin now logs login attempts recognized as Man-in-the-middle attacks.
0.46
- Man-in-the-middle attack protection added.
- Show warning before displaying the QR code.
- FAQ updated.
0.45
- Spaces in the description field should now work on iPhones.
- Some depricated function calls replaced.
- Code inputfield easier to use for .jp users now.
- Sanitize description field input.
- App password hash function switched to one that doesn’t have rainbow tables available.
- PHP notices occurring during app password login removed.
0.44
- Installation/FAQ section updated.
- Simplified Chinese translation by Kaijia Feng added.
- Tabindex on loginpage removed, no longer needed, was used by older WordPress installations.
- Inputfield renamed to „googleotp”.
- Defaultdescription changed to „WordPressBlog” to avoid trouble for iPhone users.
- Compatibility with Ryan Hellyer’s plugin http://geek.ryanhellyer.net/products/deactivate-google-authenticator/
- Must enter all 6 code digits.
0.43
- It’s now possible for an admin to hide the Google Authenticaator settings on a per-user basis. (Feature request by : Skate-O)
0.42
- Autocomplete disabled on code input field. (Feature request by : hiphopsmurf)
0.41
- Italian translation by Aldo Latino added.
0.40
- Bugfix, typo corrected and PHP notices removed. Thanks to Dion Hulse for his patch.
0.39
- Bugfix, Description was not saved to WordPress database when updating profile. Thanks to xxdesmus for noticing this.
0.38
- Usability fix, input field for codes changed from password to text type.
0.37
- 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.
0.36
- Bugfix, now an App password can only be used for XMLRPC/APP-Request logins.
0.35
- Initial WordPress app support added (XMLRPC).
0.30
- Code cleanup
- Changed generation of secret key, to no longer have requirement of SHA256 on the server
- German translation
0.20
- Initial release