• Resolved motter99

    (@motter99)


    Hello,
    with the new version of Events Manager, when an user has already an account, the eventsmanager login doesn’t works. It goes to wp-login.php even if there is a redirection with movelogin. We have to remove “move login” but it’s not good for the security. Have you a solution?

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    From a security standpoint, there’s nothing wrong with having the wp-login.php there, but you have a few options here.

    One is override our login form and change the links as needed. That’s located in templates/forms/bookingform/login.php and see our docs on overriding.

    Another option is add filters to make sure your login URLs are switching properly.

    We use home_url('wp-login.php', 'login_post'); and site_url('wp-login.php?action=lostpassword', 'login') variations to get that URL, something I’d argue a plugin that moves login pages should do.

    Not sure if this will help because it doesn’t have an actual move logins page (yet) but our plugin Login With AJAX offers a lot of login options!

    Thread Starter motter99

    (@motter99)

    Thank you,
    I will try to override the login.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem between reservations and “move login”’ is closed to new replies.