Beschreibung
With WP-OTP you can easily set up 2 Factor Authentication with One Time Passwords for your WordPress login.
This extra layer makes your WordPress site a lot more secure.
The new stealth mode allows for invisible OTP code entry, making your login screen look like any other, no extra OTP code input field.
Erste Schritte
After installing and activating the plugin, every user can enable WP-OTP on their profile page.
It’s as easy as scanning the provided QR Code or entering the OTP secret to any OTP generator app.
Then just activate it by entering the generated OTP and voilà, all set up.
Now, the login requires an OTP code to succeed.
Each user gets their own secret key to authenticate with, giving them control over their login security.
Entwicklung
This plugin is completely open source and a work of passion.
If you would like to be part of it and join in, make your way over to the project page now.
Also, if you have an idea you would like to see in this plugin or if you’ve found a bug, please let me know.
Configuration
WP_OTP_STEALTH
: Set this totrue
to enable stealth OTP mode.
Filter
Es gibt eine Vielzahl von einstellbaren Filtern.
wp_otp_qr_code_provisioning_uri
: URI for online QR Code rendering (must contain{PROVISIONING_URI}
placeholder for QR Code data).wp_otp_login_form_text
: Text for input field on the login screen.wp_otp_login_form_text_sub
: Subtext for the input field on the login screen.wp_otp_login_form_invalid_code_text
: Error text for an invalid code input on the login screen.wp_otp_code_expiration_window
: Set the window of code verification expiration.wp_otp_recovery_codes_count
: Number of recovery codes to generate.wp_otp_recovery_codes_length
: Length of the recovery codes.wp_otp_secret_length
: Length of the secret key.
Mindestanforderungen
WordPress 4.6, PHP 7.4.
Donate / Support
All donations are much appreciated, thank you 🙏
Get professional support for this plugin with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies assurances about security, maintenance, and licensing for their dependencies.
Security
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
Installation
You can either use the built in WordPress installer or install the plugin manually.
Automatische Installation:
- Go to ‚Plugins -> Add New‘ on your WordPress Admin page.
- Suche nach dem ‚WP-OTP‘ Plugin.
- Install by clicking the ‚Install Now‘ button.
- Activate the plugin on the ‚Plugins‘ page in your WordPress Admin.
Manuelle Installation:
- Kopiere den ‚wp-otp‘-Ordner in den Plugin-Ordner deiner WordPress-Installation.
- Activate the plugin on the ‚Plugins‘ page in your WordPress Admin.
FAQ
-
What if I lose my OTP authenticator?
-
No problem! When activating WP-OTP, you will also get a list of recovery codes that you can use instead of entering the OTP from your authenticator app.
Be sure to regenerate them when you run out though, or better yet, reconfigure your WP-OTP to get a new secret and a new set of recovery codes. -
Kann ich meinen meinen geheimen OTP-Schlüssel zurücksetzen?
-
Yes, just click the
Reconfigure
button on the profile page. -
Why is there no OTP input field on the login form?
-
Your site admin has either disabled the plugin or enabled stealth mode.
This means that you will need to add your OTP (or recovery) code at the end of your password.
Rezensionen
Mitwirkende & Entwickler
„WP-OTP“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„WP-OTP“ wurde in 5 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „WP-OTP“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
0.6.1
- Fix nonce issue when saving profile.
0.6.0
- Require at least PHP 7.4 and update all code.
- Allow for PHP 8.0.
- Bump dependencies.
0.5.1
- Fix activation and deactivation hooks.
0.5.0
- Require at least PHP 7.2.
- Update OTPHP to 10.0.
- Add native QR code rendering.
- Harden security by adhering to WordPress Code Sniffer.
0.4.1
- Fix nullable return type when checking if OTP is enabled.
0.4.0
- Drop all custom i18n and rely on translate.wordpress.org.
- Minimum requirements are now WP 4.6 and PHP 7.1.
- Update OTPHP to 9.1.
- Tested for WP 5.3.
0.3.0
- Update list of OTP mobile apps.
- Add stealth mode (via WP_OTP_STEALTH), passing OTP code concatenated to password.
- Add donation, support and security sections to readme.
0.2.1
- Add GitLab CI for PHP Code Sniffer.
- Fix changed Base32 namespace.
0.2.0
- Tested for WP 5.0.
- Update OTPHP to 8.3.3.
- Moved project to Feneas GitLab (git.feneas.org)
0.1.4
- Mit WP 4.8 getestet.
- Update OTPHP to 8.3.0.
0.1.3
- Make OTP code input a normal text field, to allow input verification.
0.1.2
- Korrekte Lokalisierung hinzugefügt.
0.1.1
- Longer secret by default.
- Replace/override packages not compatible with WordPress.
0.1.0
- Erste Version!