WordPress Nice Login

plugin banner

Provides a simple ajax login/registration popup, callable via JavaScript.

Author:Hassan Jamal (profile at wordpress.org)
WordPress version required:3.7
WordPress version tested:4.7.28
Plugin version:1.0
Added to WordPress repository:14-04-2017
Last updated:08-04-2017
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, %:0
Rated by:0
Plugin URI:
Total downloads:526
plugin download
Click to start download

WordPress Nice Login is a replacement for the standard WordPress login page, users are no longer need to leave the current page for login/registration. All is included in a single pop-up where users can switch between login, register or reset password screens.

Some of the features:

  • Login/Register/Reset Password while staying on the current page!
  • Redirect users to the current page or custom URLs on Login / Register
  • Users can set their own password while registering
  • Sends activation email after registration
  • All three features are on a single pop-up! Can switch between screens easily.
  • When clicking the activation link, users will be automatically redirected to the page where they registered.
  • Option for resending Activation Link

Installation & Usage

  1. Upload this plugin to the /wp-content/plugins/ directory and unzip it, or simply upload the zip file within your wordpress installation.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

  3. Just call showNiceLogin() JavaScript function on the front-end of any page where you want the visitor to login/register.

  4. Start Nice Login’ing !!

If you have any issues, please visit the support forums.

Translations available

Here’s a list of currently translated languages. If you’d like to contribute, please let us know on the support forums.

Notes

The JavaScript function is only available on pages where the user is not logged-in. This function is not available on logged-in pages.

Examples

1) <a href="#" onClick="showNiceLogin()">Login/Register</a>
The user will be redirected to the current page after login/registration.

2) <a href="#" onClick="showNiceLogin('http://mysite.com/page1')">Login/Register</a>
The user will be redirected to the http://mysite.com/page1 after login/registration.


Screenshots
FAQ
ChangeLog