Update completed.'; } # Load settings, etc $login_register_logout_post = get_option("login_register_logout_post"); $login_register_login_post = get_option("login_register_login_post"); $login_register_lostpassword_post = get_option("login_register_lostpassword_post"); $login_register_resetpassword_post = get_option("login_register_resetpassword_post"); $login_register_userregistration = get_option("login_register_userregistration"); $login_register_userregistration_post = get_option("login_register_userregistration_post"); $login_register_expiredpassword_errorcode = get_option("login_register_expiredpassword_errorcode"); $login_register_tell_admin_when_password_recovered = get_option("login_register_tell_admin_when_password_recovered","yes"); $login_register_pullcssandjavascriptintoview = get_option("login_register_pullcssandjavascriptintoview","yes"); $login_register_emailislogin = get_option("login_register_emailislogin","no"); $login_register_minpassword_length = get_option("login_register_minpassword_length","7"); ?>
Be sure to enable Captcha on your control forms with Really Simple CAPTCHA plugin ( http://wordpress.org/extend/plugins/really-simple-captcha/ )


http:///?p=
Enter the post ID to be used as a wrapper for the login page, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content.


http:///?p=
Enter the post ID to be used as a wrapper for the logout page, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content.


http:///?p=
Enter the post ID to be used as a wrapper for the lost password page, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content.


http:///?p=
Enter the post ID to be used as a wrapper for the user registration page, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content.


http:///?p=
Enter the post ID to be used as a wrapper for the user registration page once the registration process is completed, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content.


http:///?p=
Enter the post ID to be used as a wrapper for the reset password page, the token {LOGINREGISTER_CONTENT} will be expanded to the control data. Leave this field blank to skip augmenting the control page with post content. See also the login_register_resetpassword.php_sample file file provided in the plugin folder for optional customized control of the password reset control.



" />
When a user resets a password, send an email to the admin account of this site. See also the login_register_mailer.php_sample file provided in the plugin folder for optional customized control of email sending.



" />
The control pages are standalone CSS and HTML content. Enable this to pull CSS and Javascript resources in to these control pages.



" />
Typically the user login name is a unique way to identify a user, as well so is the user email address. Enable this to engage logic to work on the idea the usernames are the email addresses and use only the email address to identify users.




Enter the integer value (>=7 and <=30) that is the minimum length for generating/reseting user passwords.


  (currently disabled)'; ?>

Enter the string or integer error code to engage expired password management interface. Leave empty to disable expired password management. When a code is provided here, the file login_register_expiredpassword.php will be engaged to augment the login form with expired password form controls. See the login_register_expiredpassword.php_sample file provided in the plugin folder for example setup of this feature. Reference also the LDAP-LPRM plugin http://wordpress.org/extend/plugins/ldap-login-password-and-role-manager/ for an example login module that has password expiration management built-in and can be easily integrated with this plugin.