Translate pow auth reset email

I can’t seem to figure out how to translate the password reset email in the excellent pow authentication library.

I’ve looked into the source code of PowReset extension. It generates the email by using the Mailer (GitHub). It all seems pretty hardcoded. Perhaps I am missing some important detail.

Does anybody know how to localize this email? Perhaps I need to make something custom for it.

I believe this is what you’re looking for, will allow you to specify / modify the mailer templates: https://github.com/danschultzer/pow#modify-mailer-templates

2 Likes

How did I miss that… Thanks!