Support » Plugin: WooCommerce » Custom WooCommerce Logout URL

  • Resolved shakazulu1

    (@shakazulu1)


    We protect our wp-login.php to ensure that only certain IPs can access this URL. This is to prevent unauthorized access to this page and to avoid anyone being able to reach this page to attempt brute force attacks.

    The issue we face is that when clients logout from our store it uses the wp-login.php to perform this function. Is there some way to ensure that our admin section and the client section do not share this same function for logout? Is it possible to change the customer’s logout to use a different URL path? Because currently our security settings are preventing customers from logging out and they’re receiving errors.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    The issue we face is that when clients logout from our store it uses the wp-login.php to perform this function. Is there some way to ensure that our admin section and the client section do not share this same function for logout

    Not without custom coding. WooCommerce makes use of the WordPress user management and login system. The logout process in WordPress is managed by wp-login.php.

    Is it possible to change the customer’s logout to use a different URL path?

    Same as above. What you can do is to redirect people after logging out.

    Kind regards,

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom WooCommerce Logout URL’ is closed to new replies.