Your Rocket.Chat version: 0.45
Our Rocket Chat is using an LDAP back-end for account management. So, in our Rocket Chat environment, we set "Allow Password Change" to false, since Rocket Chat can't change LDAP passwords currently. However, in spite of this, when users go to their Rocket Chat login page, they still see a link for "Forgot your password". If password reseting is set to false, it seems to me that the "Forgot your password" link should be removed from the login page.
OK, as a temporary work around, I've hidden the forgot your password link by adding the following to our custom CSS:
.forgot-password{display:none;}
I'm also using LDAP auth and you can disable the "Forgot your password" link by setting Admin > Account > Register > Reset password
to False
instead of adding a custom CSS rule.
(Rocket.Chat Version: 0.55.0)
Awesome, thanks for pointing that out.
Most helpful comment
I'm also using LDAP auth and you can disable the "Forgot your password" link by setting
Admin > Account > Register > Reset password
toFalse
instead of adding a custom CSS rule.(Rocket.Chat Version: 0.55.0)