Page 1 of 1

How to hide "Forgot Password" on Log-in Page

PostPosted: Wed Mar 28, 2012 10:15 am
by sworden
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.

Re: How to hide "Forgot Password" on Log-in Page

PostPosted: Wed Mar 28, 2012 11:11 am
by shannah
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

Re: How to hide "Forgot Password" on Log-in Page

PostPosted: Wed Mar 28, 2012 11:45 am
by sworden
Steve,
Thanks again. It's working just fine.