Want Login Page, but want to remove "Forgot Password"

Permalink
I have been tasked with removing the "Forgot Password" of the login page.

I used to be able to change the file:
/public_html/concrete/single_pages/login.php
But, that does not seem to be case any more..

I also tried:
define('ENABLE_AREA_LAYOUTS', 'Password', false);

Thanks,

Kent

kdyer
 
shahroq replied on at Permalink Reply
shahroq
Just copy '/concrete/single_pages/login.php' to '/single_pages/login.php' & comment out second form that related to forgot password.
& don't forget to clear cache.
kdyer replied on at Permalink Reply
kdyer
This was due to a theme I had installed which I never used anyway.. Once removed, this is now working properly.

Thanks,

Kent