這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP OTP – One-time password (OTP) 2FA for WordPress

外掛說明

Improve the security of your WordPress by using the One-time Password feature of WP OTP: https://wpotp.com/

WP OTP is an external service and you must create an account (which can be created from WordPress) to use the plugin. You only have to provide an email and a password.

Once the plugin is configured, an SMS will be sent to you at your next logins to authenticate yourself.

By adding this extra layer of security, it’s much harder for hackers to break into your accounts.

User-specific

Each user can have their own number and the 2FA feature does not have to be enabled for all users.

The process to assign a number to a user is very simple and is done in 2 steps.

Plugin features

  • Canada and United States phone numbers only
  • Free 25 SMS when registering to try our plugin ($0.25)
  • Unlimited WordPress sites per account
  • Easily add funds into your account: $0.01 per SMS (minimum $5.00)
  • Each user can have his own phone number
  • Free support and live chat
  • Simple UI/UX
  • Easy to use and setup

DEMO

Documentation

https://wpotp.com/documentation

Coming soon

  • More supported countries

螢幕擷圖

  • Create account or login
  • Add phone number to a user
  • Two-factor authentication
  • Account balance and email

安裝方式

  1. Extract wpotp.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create your account on the configuration page
  4. Link your phone number in your user profile

常見問題集

Is there hooks or filters?

Only one hook (action) is available when a user has successfully logged in: wpotp_authentication_successful

How balance is synced?

There is a cron job that is running daily and we update the total when you log in.

How to bypass 2FA if I have no more funds?

You simply have to edit your wp-config.php file and define the following constant to true: WPOTP_DISABLED

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP OTP – One-time password (OTP) 2FA for WordPress〉的開發相關工作。

參與者

變更記錄

1.0.1

Remove unsafe filters for SSL when using WP_DEBUG.

1.0.0

First stable version.