WordPress.org

Svenska

  • Teman
  • Tillägg
  • Nytt
  • Support
  • Om…
  • Mönster
  • Engagera dig!
  • Skaffa WordPress
Skaffa WordPress
WordPress.org

Plugin Directory

WP-OTP

  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in
  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in

Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

WP-OTP

Av noplanman
Ladda ner
  • Detaljer
  • Recensioner
  • Installation
  • Utveckling
Support

Beskrivning

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.

Komma igång

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.

Utveckling

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 to true to enable stealth OTP mode.

Filter

There are a multitude of filters to be adjusted.

  • 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 för inmatningsfält på inloggningsskärmen.
  • 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.

Minimikrav

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.

För automatisk installation:

  1. Go to ’Plugins -> Add New’ on your WordPress Admin page.
  2. Search for the ’WP OTP’ plugin.
  3. Installera genom att klicka på knappen ”Installera nu”.
  4. Activate the plugin on the ’Plugins’ page in your WordPress Admin.

För manuell installation:

  1. Ladda upp ”wp-otp”-mappen till tilläggskatalogen för din WordPress-installation.
  2. Activate the plugin on the ’Plugins’ page in your WordPress Admin.

Vanliga frågor

Vad händer om jag förlorar min OTP-autentiserare?

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.

Kan jag återställa min OTP hemliga nyckel?

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.

Recensioner

Great tool to enable OTP for WordPress

pggdt 13 december 2023
It’s working great with WordPress 6. Thank you.

Works like a breeze

slippingjimmy 24 maj 2022
Light and efficient!

Does not do anything

info2 23 juli 2021
I installed and activated the plugin, but it had no effect at all

Very good plugin and nice support

datnv9 4 december 2020
Thank you for this nice plugin. Stealth mode is perfect!

The link you followed has expired.Please try again.

ramineros 1 augusti 2020 2 svar
The link you followed has expired.Please try again. i did everything to fix this problem but could not do.. when i want to activate this plugin it gives this error.. i use dedicated server.. and i can install any other plugins easely

Nice Work good plugin

mydeenferozkhan 20 november 2019 1 svar
In this Update 0.4.0 there is an error while trying to login. it shows critical error. IT works for the user which i logged in and update the plugins. It throws error other users while logging. please fix it and update the plugin. When seeking help with this issue, you may be asked for some of the following information: WordPress version 5.3 Current theme: Nex Child (version ) Current plugin: WP-OTP (version 0.4.0) PHP version 7.2.15 Error Details ============= An error of type E_ERROR was caused in line 180 of the file /var/www/wp-content/plugins/wp-otp/public/class-wp-otp-public.php. Error message: Uncaught TypeError: Return value of Wp_Otp\Wp_Otp_Public::get_otp_if_enabled() must be an instance of OTPHP\TOTP, null returned in /var/www/wp-content/plugins/wp-otp/public/class-wp-otp-public.php:180 Stack trace: If you need more details i will share the error mail igot.
Läs alla 8 betyg

Bidragsgivare och utvecklare

”WP-OTP” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer
  • noplanman

”WP-OTP” har översatts till 5 språk. Tack till översättarna för deras bidrag.

Översätt ”WP-OTP” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

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

  • Testad för WP 5.0.
  • Update OTPHP to 8.3.3.
  • Moved project to Feneas GitLab (git.feneas.org)

0.1.4

  • Testad för WP 4.8.
  • Uppdatera OTPHP till 8.3.0.

0.1.3

  • Make OTP code input a normal text field, to allow input verification.

0.1.2

  • Add proper localisation.

0.1.1

  • Längre hemlighet som standard.
  • Replace/override packages not compatible with WordPress.

0.1.0

  • Första versionen!

Meta

  • Version 0.6.1
  • Senast uppdaterat 4 år sedan
  • Aktiva installationer 100+
  • WordPress-version 4.6 eller senare
  • Testat upp till 5.6.14
  • PHP-version 7.4 eller senare
  • Språk

    Basque, English (US), German, Japanese, Spanish (Argentina) och Swedish.

    Översätt till ditt språk

  • Etiketter
    2FAloginotptotptwo factor
  • Avancerad vy

Betyg

4 av 5 stjärnor.
  • 6 5-stjärniga recensioner 5 stjärnor 6
  • 1 4-stjärnig recension 4 stjärnor 1
  • 0 3-stjärniga recensioner 3 stjärnor 0
  • 0 2-stjärniga recensioner 2 stjärnor 0
  • 2 1-stjärniga recensioner 1 stjärna 2

Lägg till min recension

Se alla recensioner

Bidragande personer

  • noplanman

Support

Har du något att säga? Behöver du hjälp?

Visa supportforum

Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

Donera till det här tillägget

  • Om
  • Nyheter
  • Webbhotell (hosting)
  • Integritet
  • Showcase
  • Teman
  • Tillägg
  • Mönster
  • Lär dig
  • Support
  • Utvecklare
  • WordPress.tv ↗
  • Engagera dig
  • Evenemang
  • Donera ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Svenska

  • Besök vår X-konto (f.d. Twitter)
  • Besök vårt Bluesky-konto
  • Besök vårt Mastodon-konto
  • Besök vårt Thread-konto
  • Besök vår Facebook-sida
  • Besök vårt Instagram-konto
  • Besök vårt LinkedIn-konto
  • Besök vårt TikTok-konto
  • Besök vår YouTube-kanal
  • Besök vårt Tumblr-konto
Kod är poesi.