• Hi,

    I had a 403 error when trying to login with this module version 3.1.4. I had to modify a line to make it work :

    File login-with-ajax.php line 88 :

    self::$url_login = self::template_link(site_url('wp-login.php', 'login_post'));

    become

    self::$url_login = self::template_link(admin_url('admin-ajax.php', 'login_post'));

    I didn’t test more but it solved my issue.

    Thanks for the module.

    https://www.ads-software.com/plugins/login-with-ajax/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘403 error on loggin’ is closed to new replies.