Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
It is possible to make own template for reset password e-mail like https://docs.couchcms.com/tags-reference/send_mail.html ?
By default, Couch takes the content of the email from the lang file (couch/lang/EN.php by default). You may tweak the text in that file (find the "// Password recovery" section).

If that does not suffice, you may use the 'extended users' addon -
viewtopic.php?f=5&t=8581
https://www.couchcms.com/docs/extended- ... s/post.htm

Implement only 'users/lost-password.php' from the sample and you should be able to completely control the reset password process.

Hope it helps.
2 posts Page 1 of 1
cron