Linux 软件免费装

Client Certificate Authentication

开发者 MarioLipinski
更新时间 2013年7月30日 02:43
捐献地址: 去捐款
PHP版本: 3.1 及以上
WordPress版本: 3.5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

login registration authentication ssl client certificate client certificate authentication ssl authentication

下载

1.0 1.0.1 1.0.2

详情介绍:

The Client Certificate Authentication plugin enables Wordpress to login a user with a SSL client certificate. The plugin uses the email address from the subject field to identify the user by the email address of his wordpress account. Optionally, new accounts can be created on the fly by using email address and name from the certificate. By limiting login and registration to users providing a client certificate, bots are locked out and spam is eliminated. Acknowledgements: This plugin is based on the HTTP Authentication plugin by Daniel Westermann-Clark. Ideas taken from Dan B.'s implementation for client certificate authentication.

安装:

  1. Login as an existing user, such as admin.
  2. Upload the client-certificate-authentication folder to your plugins folder, usually wp-content/plugins. (Or simply via the built-in installer.)
  3. Activate the plugin on the Plugins screen.
  4. Logout.
  5. Require certificate authentication for wp-login.php and wp-admin.
  6. Try logging in with your client certificate.

更新日志:

1.0 Initial release. 1.0.1 Documentation updates. 1.0.2 Fixes to the short description.