Linux 软件免费装
Banner图

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

开发者 santerref
更新时间 2022年11月6日 01:57
PHP版本: 7.4 及以上
WordPress版本: 6.1
版权: GPLv2 or later

标签

wordpress security otp authentication api rest safe listing sms 2fa two-factor

下载

1.0.1

详情介绍:

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 DEMO [youtube https://youtu.be/sIWX-0HcENI] Documentation https://wpotp.com/documentation Coming soon

安装:

  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

屏幕截图:

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

常见问题:

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

更新日志:

1.0.1 Remove unsafe filters for SSL when using WP_DEBUG. 1.0.0 First stable version.