User email Validation forgot password

Permalink
Hi I want to change the email validation to show it comes from myself for users not from C5 also the forgot password I have tested this and does not seem to work for a new user ie editor however if I require a new one for admin I get the email from C5 with new password am I missing something?

claire
 
leertes replied on at Permalink Reply
leertes
concrete\controllers\login.php

around line 400 change the email address where I have put xx@xxxx.com

$mh->from('xx@xxxx.com', t('Forgot Password'));

just a hack!
TechBlessings replied on at Permalink Reply
TechBlessings
I created the Concrete5 Emergency Administrator tool for this exact problem. You can read all about it and download this free tool athttp://www.techblessings.com/projects/concrete5-emergency-administr...

Let me know if this works or if you need any more help.

Jason