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
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
& don't forget to clear cache.