Linux 软件免费装

Authy for WordPress

开发者 ethitter
更新时间 2013年4月15日 06:15
PHP版本: 3.5 及以上
WordPress版本: 3.6
版权: GPLv2 or later
版权网址: 版权信息

标签

security login authentication authenticate two factor authy

下载

0.1 0.2 0.3

详情介绍:

Enable the plugin, enter your Authy API keys, and your users can enable Authy on their accounts. Once users configure Authy through their WordPress user profiles, any login attempts will require an Authy token in addition to the account username and password. For users with mobile devices that don't support the Authy app, they can receive their tokens via SMS. For convenience, especially in a network instance, API keys can be set in wp-config.php. Plugin development is found at https://github.com/ethitter/Authy-for-WP.

安装:

  1. Install the plugin either via your site's dashboard, or by downloading the plugin from WordPress.org and uploading the files to your server.
  2. Activate plugin through the WordPress Plugins menu.
  3. Navigate to Settings > Authy for WP to enter your Authy API keys, or set your API keys in wp-config.php as described in the FAQ.

屏幕截图:

  • Authy token field added to the WordPress login form.
  • Users manage their individual Authy settings through their WordPress profiles.

升级注意事项:

0.3 Restrict the user roles able to utilize Authy for WordPress and allow API keys to be specified in wp-config.php. 0.2 Support users with mobile devices that don't support the Authy app by letting them receive keys via SMS (text message).

常见问题:

How can a user disable Authy after enabling it?

The user should return to his or her WordPress profile screen and manage connections under the section Authy for WordPress.

What if a user loses the mobile device?

Any administrator (anyone with the create_users capability, actually) can disable Authy on a given user account by navigating to that user's WordPress account profile, and following the instructions under Authy for WordPress.

Can I limit the user roles able to use Authy for WordPress?

The allowed user roles can be set on the plugin settings page.

How do I set the API keys in wp-config.php?

In a variety of situations, setting the API keys via the plugin's settings page can be undesirable. For example, when network-activating Authy for WordPress in a WordPress Multisite (Network) setup. Recognizing this, API keys can be set in wp-config.php. To take advantage of this option, add the following entries to your site's wp-config.php before the /* That's all, stop editing! Happy blogging. */ line:

  • define( 'AUTHY_API_KEY_PRODUCTION', '' );
  • define( 'AUTHY_API_KEY_DEVELOPMENT', '' );
Fill in each empty argument with the corresponding API key and Authy for WordPress will always use these settings.

更新日志:

0.3 0.2 0.1