2nd email PASSWORD RESET ( modify text/html layout? )

1975

Member
I receive the first lost password email and it works properly, however once reset it will send me this email below of which the username has a comma after it. Where can I edit this template to remove the comma?

I've tried user_lost_password_reset in phrases but nothing changes in the email notification. Can anyone help?

Note: I am not locked out, I am simply testing the reset password feature and would like to fix the email that users receive. Thank you in advance...
------------------------

Domain.com Password Reset‏

1975, your password at domain.com has been reset. You may log in using the password listed below.

User Name: 1975,
Password:
xi9e9cc8

Log in

Thanks.
domain.com
------------------------
 
I've modified all of the "user_lost_password_*" for testing purposes and I can modify the SUBJECT and FIRST LINE of the email but not the text below:

User Name: 1975,
Password:
xi9e9cc8

Log in

Thanks.
domain.com

-------------------

I've went to check /library/XenForo/Model/UserConfirmation.php and it shows:

$mail = XenForo_Mail::create('user_lost_password_reset', $params, $user['language_id']);

That is not in my phrases section, only the ones below:

1. user_lost_password_body_html
2. user_lost_password_body_text
3. user_lost_password_reset_body_html
4. user_lost_password_reset_body_text
5. user_lost_password_reset_subject
6. user_lost_password_subject


Any ideas from here?
 
Top Bottom