Linux 软件免费装
Banner图

Two Factor (2FA) Authentication via Email

开发者 SS88_UK
更新时间 2024年4月23日 23:40
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.5
版权: GPL2
版权网址: 版权信息

标签

authentication two factor 2fa two-factor authentication 2fa authentication

下载

详情介绍:

A simple, lightweight, yet effective plugin to enable two factor (2FA) authentication via email. You can enable this on an individual user basis, for all administrators, editors, or all accounts with one line of code in your wp-config.php file. https://www.youtube.com/watch?v=GgOAcwK_4m4 WordPress is the world’s most popular content management system (CMS), with over 40% of all websites running on it. As such, it has become a prime target for hackers looking to exploit vulnerabilities to gain unauthorized access to websites. One of the best ways to enhance the security of a WordPress site is to enable two-factor authentication (2FA) for administrators.

安装:

Use the automatic installer via WordPress or download the plugin and:
  1. Upload the plugin files to the /wp-content/plugins/two-factor-2fa-via-email directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Navigate to your profile or any other users and enable to toggle 2FA to enable per account.

屏幕截图:

  • When 2FA is enabled, the user will see this screen after a log-in.
  • An example of an error screen.
  • An email sent to the site admin when the 2FA plugin is disabled.

常见问题:

Help! I’m locked out!

If you are not receiving the email to login then in order to regain access to your account, you’ll have to disable the plugin. The only way to do this is by renaming the plugin folder from two-factor-2fa-via-email to two-factor-2fa-via-email.backup or equivalent.

15 minutes is too long/short for me. Can this be changed?

Yes! As of version 1.5.2 you can now add a defined constant to your wp-config.php file; define('SS88_2FAVE_LINK_EXPIRES_MINUTES', 10); Where the number 10 is, change this to whatever value (in minutes) you prefer.

Can I enable this for every Administrator?

Yes! As of version 1.6 you can now add a defined constant to your wp-config.php file; define('SS88_2FAVE_ENABLE_ADMINS', true);

Can I enable this for every Editor?

Yes! As of version 1.6 you can now add a defined constant to your wp-config.php file; define('SS88_2FAVE_ENABLE_EDITORS', true);

Can I enable this for every account?

Yes! As of version 1.6 you can now add a defined constant to your wp-config.php file; define('SS88_2FAVE_ENABLE_ALL', true);

Can I change who receives the plugin deactivated email?

Yes! As of version 1.6 you can now add a defined constant to your wp-config.php file; define('SS88_2FAVE_NOTIFICATION_EMAIL', 'john@doe.com'); Change john@doe.com to your preferred email.

更新日志:

1.7 1.6.4 1.6.3 1.6.2 1.6.1 1.6 1.5.2 1.5.1 1.5 1.4 1.3 1.2 1.1 1.0