Expand my Community achievements bar.

Custom Email template for password reset functionality.

Avatar

Level 1

We have implemented Forgot password functionality from the below reference.

http://www.sgaemsolutions.com/2017/07/reset-password-using.html

https://github.com/sgaem/accountManegementService

Here the notification mails are OOTB. We want to use client specific email templates. Please let us know how to customize the OOTB email templates for emails.

2 Replies

Avatar

Employee Advisor

Hello,

Try to overlay this node:

/etc/security/accountmgr/jcr:content/requestreset

Regards,

Vishu

Avatar

Level 1

Hi,

I have modified body property of the above node. I have put some html code in to the body property. But in the mail also i am receiving the same html code instead of plain text.

For Ex, if put the below Html

<body>

    <h1>The email contains link to reset the password.</h1>

</body>

I am expecting the mail should contain "The email contains link to reset the password." But the mail body has whole html content.

Appreciate your help on this.