How to hide “Forgot Password” on Log-in Page

Archived from the Xataface Users forum.

sworden — Wed Mar 28, 2012 10:15 am

My web host server does not appear to support the mail() function. I’ve found out a way to work around that, but I would like to know how to hide the “Forgot Password” link on the Log-In page because it looks like an email is sent but it is not. I know I either need to delete or hide some code, but in looking through the files I’ve not been able to find where the changes need to be made.


shannah — Wed Mar 28, 2012 11:11 am

Override the forgot_password action in your actions.ini file so that it has a different (or empty) category.
e.g.

Code: Select all
[forgot_password > forgot_password]     category=""

-Steve


sworden — Wed Mar 28, 2012 11:45 am

Steve,
Thanks again. It’s working just fine.