Plugin / AJAX Login and Registration modal popup + inline form

Maxim K

Changelog

Changelog

VER 2.07 – 10/10/2019

  • Fixed issue with nickname used and a display name in WooCommerce and Buddypress
  • Added a few password reset missing messages to translations
  • Added option to send admin notify email to the custom email
  • Updated the screenshots

VER 2.06 – 18/08/2019

  • Match Captcha small tweaks

VER 2.05 – 10/08/2019

  • Fixed issues with “<>” characters in the user password
  • Removed deprecated function screen_icon()
  • Updated WC form template to the WooCommerce 3.6
  • Small fix for the Admin Redirects configurator

VER 2.04 – 26/04/2019

  • Stop executing wp_redirect during login process instead of showing error
  • Fix for WooCommerce 3.6.2 (WC emails style broke the registration process)

VER 2.03 – 07/04/2019

  • Fixed a bug during Registration that happens with disabled “Terms” box
  • Added “Debug” section to the “Advanced” tab to simplify debug AJAX errors
  • Redirect logged in user from the plugin Login/Register pages to the “redirect_to” GET param – useful if user is logged in on the another tab

VER 2.01 – 07/03/2019

  • “Hide Password” text replaced with Icon
  • Lazy load script “zxcvbn.min.js” with 800 kb size

VER 2.00 – 11/02/2019

  • Added option to select custom “Login”, “Registration” and “Reset password” pages
  • Complete rewritten after-login/registration/logout actions (reload, redirects, etc)
  • Added skins support
  • Added new emails tags: {{EMAIL}}, {{HOME_URL}}, {{FIRST_NAME}}, {{LAST_NAME}}

VER 1.50 – 05/01/2019

  • Complete rewritten [https://docs.maxim-kaminsky.com/lrm/kb/multi-language-support-via-wpml/](WPML support), for make compatible with WPML 4.1+
  • Added filter “lrm/users_can_register” to allow override global WordPress option “users_can_register”
  • Tweaks for Eduma WP theme
  • Fix – do not possible to hide review message on plugin settings page
  • Scroll to the errors text on form submissions errors

VER 1.41 – 02/11/2018

  • New option – use WooCommerce emails templates, so your emails will looks the same (useful for WC stores)
  • Tweaks for password managers
  • Put the cursor in the first field on modal open
  • Restrict submit form if request in process (so a user can’t continuously submit it many times)
  • Added new translations from https://translate.wordpress.org/projects/wp-plugins/ajax-login-and-registration-modal-popup
  • Added new option for remove plugin data on deactivation

VER 1.40 – 10/10/2018

  • Tweak for https://wordpress.org/plugins/eonet-manual-user-approve/ (stop reset password during user approval)
  • A lot of JS & CSS updates – so please test your modal forms design and functionality after update!!
  • Inline mode with shortcode [lrm_form default_tab=”login”], where default_tab can be set as ‘login’, ‘register’, ‘lost-password’

VER 1.37 – 06/10/2018

  • Added new email – for admin about new user registration (please note – in case of using Social login this email will be not triggered)
  • Added html template field to simplify email templates customization – https://docs.maxim-kaminsky.com/lrm/kb/how-to-style-email-templates/

VER 1.36 – 05/10/2018

  • Tweaks for s2member plugin + tweaks that can fix possible issues wih any other plugins that tried to redirect after login
  • Fixed a bug with the “Forgot Password” link in modal

VER 1.35 – 20/09/2018

  • Fixes for a Polylang plugin

VER 1.34 – 18/09/2018

  • Tweaks for PRO compatibility with the Invisible reCaptcha plugin- tutorial
  • Tweaks for CSS & JS selectors for make them working even with prefixes, like “divi-lrm-login”, that can be added by some themes in menus
  • Added predefined list of menu items

VER 1.33 – 07/09/2018

  • Small tweaks for LRM Pro to allow the user create account with email only
  • Return user ID after login/registration to JS
  • Full compatibility with WPML plugin for multi-language support

VER 1.32 – 01/09/2018

  • Small tweaks for LRM Pro BuddyPress integration – option to disable BuddyPress form

VER 1.31 – 27/08/2018

  • Small tweaks for LRM Pro BuddyPress integration

VER 1.30 – 15/08/2018

  • Since this version if New Users Registration is Off in settings – Registration Tab will be hidden

VER 1.29 – 09/08/2018

  • Loading spinner html moved from php to JS to avoid issues with the W3C Total Cache plugin

VER 1.28 – 01/08/2018

  • Added filter “lrm/mails/registration/is_need_send” that allows stop sending registration email
  • Partial Russian translation added (thanks to @raccoon72)

VER 1.27 – 30/07/2018

  • Integrated auto-updater for PRO version

VER 1.26 – 26/07/2018

  • Small admin instructions tweaks
  • Optionally you can disable Browser validation (in Advanced section)

VER 1.25 – 21/07/2018

  • Fixed Critical issue if PRO version is installed and version < 1.17

VER 1.24 – 20/07/2018

  • Fixed password reset issues with WooCommerce installed
  • Fixed issue with slashed quotes after saving in Emails section
  • Minor fixes

VER 1.23 – 30/06/2018

  • Fixed issues with HTTPS and Login (when try open to /wp-admin/ wordpress require re-login).

VER 1.22 – 18/06/2018

  • Message about disabled user registration now displayed only on Plugin settings page (not site-wide)
  • Fixes for “All In One WP Security & Firewall” plugin

VER 1.21 – 14/06/2018

  • Fixed issue with Reset password: not possible use username to reset, only email

VER 1.20 – 10/06/2018

  • Warning if New Users Registration is disabled in WP Settings
  • Possible Hide First & Last name fields (Registration Form) in plugin Settings
  • Small settings fix: (default “true” values for checkboxes is added in a wrong way)
  • Changed “password reset” way: before after password reset request password was immediately changed, now email will be send with change password link

Update instructions from 1.1x to 1.20:

Open “EXPRESSIONS” tab and find “Lost password” section

Replace
“Lost your password? Please enter your email address. You will receive mail with new password.”
with
“Lost your password? Please enter your email address. You will receive mail with link to set new password.”

Open “Emails” tab and find “Lost password” section

Replace “Body” field text with following (or similar):

Someone has requested a password reset for the following username: {{USERNAME}}' . "\r\n\r\n" .

If this was a mistake, just ignore this email and nothing will happen.

To reset your password, visit the following address: {{CHANGE_PASSWORD_URL}},

VER 1.18 – 30/05/2018

  • New: added Username field to registration form, to avoid issues if user with equal First and Last exists

VER 1.17 – 25/05/2018

  • Fix: fixed issue with modal display in Safari for Windows
  • Tweak: scroll to error message, if error happens

VER 1.16 – 07/05/2018

  • Tweak: temporary fix for Cache: disable nonce verification if cache enabled

VER 1.14 – 02/05/2018

  • Bugfix: doesn’t possible to put Html into Terms text field + possible submit form without checking Terms box.
  • New: Added ability to change Email format: plain or html

VER 1.13 – 27/04/2018

  • Bugfix: On some sites Modal can’t work because form html is loaded after script

VER 1.12 – 25/04/2018

  • Bugfix: Registration “Terms box” it’s displayed even if not disabled in settings
  • Tweak: Option “Auto-login user after Registration” replaced with “User must confirm email after registration?”
  • Wording tweaks – thanks to @Paul from U2GUIDE.com

VER 1.11 – 23/04/2018

  • Notice if newer PRO version exists

VER 1.10 – 23/04/2018

  • Added German translation
  • Finally implemented support for https://translate.wordpress.org/projects/wp-plugins/ajax-login-and-registration-modal-popup
  • “Show” and “Hide” password labels can be translated in admin
  • “Expressions” now escaped in admin and public to avoid issues with splashing quotes in FR and other languages
  • Other tweaks

VER 1.05 – 05/04/2018

  • Added French and Spanish translations (thanks to @EricMangin from u2guide.com)

VER 1.04 – 30/03/2018

  • Implemented get-text calls to allow add default translations for all languages. Use https://translate.wordpress.org/projects/wp-plugins/ajax-login-and-registration-modal-popup to translate plugin.
  • Make password hidden **** by default

VER 1.01 – 11/03/2018

  • Added integration tutorial
  • Added .lrm-show-if-logged-in and .lrm-hide-if-logged-in classes

VER 1.0 – 03/03/2018

Released

Ratings

4.9
74 reviews

Rating breakdown

Details Information

Version

2.07

First Released

06 Apr, 2018

Total Downloads

59,563

Wordpress Version

4.1 or higher

Tested up to:

5.2.4

Require PHP Version:

5.5 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.