• Resolved andreazak

    (@andreazak)


    I configure “enable rename login page”… but the secret page is reached from the article. If the comments are only for the subscribers, the words “You must be logged in” will appear, and “logged in” url redirect to secret page that I configure on “Brute force” section.. it’ possible to redirect to another page like “my account” or other ?
    Thank you, Andrea

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, are you talking about Rename Login Page or Cookie Based Brute Force Prevention?

    At present there is no feature in the plugin to customize the login page. Your best option is to use a membership plugin like Simple Membership. This will allow you to control how your members log in. Is this approach something that would help you?

    Let me know if you need more information.

    Kind regards

    Thread Starter andreazak

    (@andreazak)

    I’m using this code to redirect to my-account page (e-commerce installed):

    add_filter( 'login_url', 'my_login_page', 10, 2 );
    function my_login_page( $login_url, $redirect ) {
      return home_url( '/my-account/?redirect_to=' . $redirect );
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, does your code work for you?

    Thread Starter andreazak

    (@andreazak)

    I’m sorry if I answer you so late but I did not receive the notification via email (maybe on spam) … anyway yes, everything works perfectly, I have directed on the page “my-account” managed by woocommerce, but of course I can redirect to other pages..

    Have a nice day
    Bye, Andrea.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for replying back. I will mark this support thread as resolved.

    Kind regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Configure rename login page url’ is closed to new replies.