Remove Forgot Password from Login

Permalink
How would I remove the Forgot Password feature from the Login page?

kreative
 
kreative replied on at Permalink Reply
kreative
In 5.7 (sorry)
cottley replied on at Permalink Best Answer Reply
This may work in 5.7, but I just got this to work in 5.8 in case anyone comes across this...

1. Copy the concrete/authentication/concrete/form.php file
2. Create folder application/authentication/concrete and paste the copied file
3. Modify the file form.php in the application/authentication/concrete and remove the HTML for the forgot password link.
kreative replied on at Permalink Reply
kreative
Thanks.