WP Custom Register Login

Allows you to add fully customizable ajax powered responsive login, registration and password reset forms anywhere on your website.

Author:Jenis Patel (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.4.25
Plugin version:2.0.0
Added to WordPress repository:14-10-2015
Last updated:15-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:13
Plugin URI:http://www.daffodilsw.com
Total downloads:35 469
Active installs:2 000+
plugin download
Click to start download

WP Custom Register Login is for the sites that need customized user logins or registrations and would like to avoid the classic wordpress login and registration pages, this plugin provides the capability of placing a shortcode anywhere on the website.
It also provides the feature to enable or disable the setting from backend for automating the new account activation via user email verification.
With WP Custom Register Login, you can easily make use of login and registration forms within any responsive wesbsite.

Some of the features

  • AJAX-powered login and registration, no screen refreshes!
  • Fully responsive design using Bootstrap.
  • Customize your redirect URL after successful login/logout to redirect your users to a custom URL or page.
  • Easily customize your login/registration form heading as well as the button text from the backend.
  • Custom registration email notification template that can be managed from backend.
  • Now your visitors can login or register from the page you’ve set-up.
  • Easy to use : Set up login and registration form using shortcodes.
  • Registration notifications emails sent to the registered user and website admin.
  • Minimize spam signups via user’s email verification.

New exciting features in version 2.0.0

  • Enable/Disable password reset feature to enable registered user to reset the password through a user verification email and secret authentication token.
  • Enable/Disable numbered Captcha on registration page.
  • Fully Customizable notification messages on login, registration and forgot password forms.
  • Fully customizable emails for login, registration and password reset feature.
  • Completely new tabbed settings page for easy settings management.

New exciting features in version 1.1.0

  • Automatic new user account confirmation and activation via verification email.
  • Easily enable/disable new user email confirmation setting from admin backend.

Just create a normal WordPress page, and use the following shortcodes:

  • For login form: [wpcrl_login_form]
  • For registration form: [wpcrl_register_form]

Usage

Steps for creating a login or register page.

  1. Create a page
  2. Add the following shortcode [wpcrl_login_form] or [wpcrl_register_form]
  3. Publish/Update the page.

Steps for using in theme files:

  1. Use the shortcode using do_shortcode() wherever you want to show your login or
    registration form.

For example : <?php echo do_shortcode("[wpcrl_login_form]"); ?>

Up coming features in future releases:

  • Admin setting to show login and registration form in modal popup.
  • Provision to use email address as username.
  • Customize your form by choosing fields to show from backend.
  • Customize form validations from backend.
  • Support internationalization.