• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved how to disable forgot password in login page

As a (rather ugly) workaround you could create a custom theme with your own CSS (custom.css) and add this:
Code:
#login-page .field-name a {
        display: none;
}

This would simply hide the link to the password reset page.
 
Last edited:
Back
Top