Rocket.chat: Option to remove "forgot your password" link

Created on 3 Nov 2016  路  3Comments  路  Source: RocketChat/Rocket.Chat

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.

uux improvement

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 to False instead of adding a custom CSS rule.
(Rocket.Chat Version: 0.55.0)

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

antn89 picture antn89  路  3Comments

karlprieb picture karlprieb  路  3Comments

danpospisil picture danpospisil  路  3Comments

tanc picture tanc  路  3Comments

Kiran-Rao picture Kiran-Rao  路  3Comments