该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.