Linux 软件免费装

Plugin Name

开发者 frank.wordpressplugins@feweb.net
更新时间 2012年6月22日 01:13
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 3.3.1
版权: GPL2

标签

captcha login registration ajax authentication password register expire invite password reset password recovery expirary login_register login-register login/register registration invitation

下载

1.0 1.0.6 1.0.7 1.1.0 1.2.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5

详情介绍:

This plugin provides a complete replacement for the standard WP login, registration and lost password interfaces. Provides a password recovery system, adds password expired feature, integrates with Really Simple Captcha and provides optional invitation code to register. Simply download and install the plugin, activate it. Customizable to integrate with LDAP-LPRM plugin ( http://wordpress.org/extend/plugins/ldap-login-password-and-role-manager/). Captcha integration with Really Simple CAPTCHA ( http://wordpress.org/extend/plugins/really-simple-captcha/ ) Configurations include assigning page or post ID to provide content as wrapper to the login, registration and lost password forms. Configure one or more invitations codes to force new regristraints to supply the code to register.

安装:

Dowload the plugin to your WP site. Enabled the plugin. All configurations are optional at Settings >> Login/Register Settings

常见问题:

Can I customize the look and feel of the forms?

Yes. The HTML in the forms is designed for easy CSS selection and isolation of styling as needed. All the forms pull in the active theme header and footer.

How does the plugin handle password recovery?

The password recovery feature uses the WP built in "user_activation_key" system to generate a key based off the users email address, then routes an email with URL click to recover the password at the WP site. By default, the plugin will generate a new password for the user at this point, or will call a custom password recovery procedure, see login_register_resetpassword.php_sample file provided in the plugin folder.

Can I provide my own email sending code?

Yes. If your hosting service has restrictions on routing outbound emails, which is needed for the password recovery feature, this plug in allows you to enable your own PHP logic to send emails. See the login_register_mailer.php_sample file provided in the plugin folder.

Does the plugin supercede the base WP login?

Yes. But only the user interface portions of login. If you have other plugins that handle login authentication, these plugins will remain in effect. See also the LDAP-LPRM plugin http://wordpress.org/extend/plugins/ldap-login-password-and-role-manager/

Can I embed the user login and registration forms into my theme?

Yes. Since you control the HTML content of these forms, you can easily model the pages to bare bones content, then use some JQuery and Iframe techniques to embed the forms on any portion of your theme.

I installed the plugin, but I'm not seeing the register links. What am I forgetting?

The plugin will follow the setting for "Membership" registration found in the Settings >> General section of the admin console. Be sure to enable "Anyone can register" to enable the registration aspects of this plugin.

How do I embedd my form using AJAX?

See the sample code in the plugin named README.ajax.sample.txt

更新日志:

1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.2.0