• Resolved catmaniax

    (@catmaniax)


    Hey!

    Can you please add the option to completely remove Register and Lost Password functions and links from backend “Custom Login URL”?

    Please let me know.
    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author gioni

    (@gioni)

    Hi!

    First of all, you can disable Registration in the WordPress settings. That’s more than enough.
    Secondly, “removing” some WordPress core functions any kind is beyond the reasonable set of features for this plugin.
    Finally, what do you mean by this: “links from backend “Custom Login URL”?

    Thread Starter catmaniax

    (@catmaniax)

    Sorry I wasn’t clear.
    I mean I set a custom login url through Cerber instead of having the default wp-login.php

    I just wish to disable the registration and lost password links from the wp-login.php screen since my users can register and login through the frontend.

    I tried this:
    https://snippets.webaware.com.au/snippets/remove-register-link-wordpress-wp-login-php/
    but it works only if the default destination (wp-login.php) is not changed, so it does not work if I set a custom login url through Cerber.

    Plugin Author gioni

    (@gioni)

    Do you want to hide those links just for legitimate users? If so, you can hide the links with a simple CSS rule. Let me know if you need help with that.

    Thread Starter catmaniax

    (@catmaniax)

    Please share the CSS but I wish to both hide them and disable their functions because I’m the only one who logs in from the backend, all the other users login from the frontend.

    Thread Starter catmaniax

    (@catmaniax)

    Also, is there an new option somewhere that enables/disables the remaining attempts message?

    Plugin Author gioni

    (@gioni)

    1. Install any plugin with “Custom CSS” feature and use the following rule:

    
    div#login p#nav {
    display: none; 
    }
    

    2. As of now just filters are available: http://wpcerber.com/wordpress-hooks/

    Thread Starter catmaniax

    (@catmaniax)

    Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remove Register & Lost Password’ is closed to new replies.