Hi,
Recently we have a problem in the email template with the new password generated for the client (reset password), this is the result of {debug}
...
{$newpass} => ""
{$newpassword} => ""
...
In the email template, we use {$newpass} , but according to {debug} it seems like it's not generated in the first place.
Thank you