I would like to edit the content of the automated email send when someone requests a password reset.

When someone forgets their password they click ' I forgot my password'. When they receive an email the subject line says 'How to reset your MachForm password'. I would like to make it more personal and change the subject line to (as an example) 'How to reset your Qantas password'. I have changed the subject line of the new user email that is sent to staff when they join (by modifying the helper-functions.php) but I can't find where the 'How to reset your MachForm password' subject heading is stored. Any advice would be appreciated.

    I would also like to know how to change this...

      In file reset_password.php change the line

      $subject = "How to reset your MachForm password";

        steve_schuckman Wow, Thankyou Steve. Exactly what I was looking for. Really appreciate it.

          Write a Reply...