Linux 软件免费装
Banner图

AV 2FA

开发者 avrasys
更新时间 2025年9月15日 15:31
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPL v2 or later
版权网址: 版权信息

标签

security 2fa two-factor authentication secure login

下载

1.1.1

详情介绍:

AV 2FA adds a crucial layer of security to your WordPress login process. After a user successfully enters their password, this plugin sends a unique, time-sensitive verification code to their registered email address. The user must then enter this code to complete the login, effectively protecting their account even if their password is compromised. The plugin is designed to be lightweight, easy to use, and seamlessly integrated into the WordPress experience. Key Features:

安装:

Installing AV 2FA is simple. Follow these steps: From your WordPress dashboard:
  1. Navigate to Plugins > Add New.
  2. Search for "AV 2FA".
  3. Click Install Now.
  4. Activate the plugin through the Plugins screen in WordPress.
  5. Navigate to Settings > AV 2FA to configure the options.
Manual installation:
  1. Upload the av-2fa folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Navigate to Settings > AV 2FA to configure the options.

屏幕截图:

  • The 2FA verification screen that prompts the user for their code, complete with a countdown timer.

升级注意事项:

1.1.0 This is a critical update that fixes a potential lockout bug and improves the plugin's overall structure. An immediate update is highly recommended.

常见问题:

How do I exclude a user from 2FA?

Navigate to Settings > AV 2FA. In the "Excluded User IDs" box, enter the numeric User ID of the user you wish to exclude. For multiple users, separate their IDs with a comma. You can find a user's ID by going to the "Users" list and hovering over their "Edit" link; the ID will be visible in the URL in your browser's status bar.

Can I change how long the code is valid for?

Yes. On the Settings > AV 2FA page, you can set the "Code Validity" in seconds. The default is 60 seconds. We recommend a value between 30 and 120 seconds.

What if emails are not being sent or received?

This plugin uses WordPress's built-in wp_mail() function. This means it relies on your server's email configuration or any SMTP plugin you have installed (like WP Mail SMTP). If emails are not arriving, please check your spam folder first, then ensure your WordPress site is configured to send emails correctly.

更新日志:

1.1.1 1.1.0 1.0.0