• Resolved paulmcf87

    (@paulmcf87)


    I have installed the clean login plugin which I am using for clients to log in and then access their dashboard.
    I trial changing a password, wp customer area then logged me out as it said it would.

    the problem then was that in order to log back in, it automatically took me to mysite.com/wp-login.

    I would rather my customers did not access that login page as I intend on changing the link for security purposes.

    Any help would be great

Viewing 1 replies (of 1 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi,

    For all our redirections to login, we have a filter that you could use to return your own URL:

    $login_url = apply_filters('cuar/routing/login-url', null, $redirect_to);

    However, I cannot guarantee that our plugin is the done doing that redirection. Maybe, maybe not. Give it a try and let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Customer Login’ is closed to new replies.