WordPress Nice Login

0

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-u

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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.