• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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