By: Maximiliano Yacobucci user 11 Jul 2016 at 7:46 a.m. CDT

4 Responses
Maximiliano Yacobucci gravatar
Hi, I am working with the Self-Service Password Reset function. Where can I find the class-files to modify the e-mail that is sent? Thanks!

By Aliaksandr Samuseu staff 11 Jul 2016 at 10:31 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Maximiliano. You could also check [this ticket](https://support.gluu.org/customization/e-mail-customization-2738), it seems we are planning to add it as a feature in the future. I'm assigning this ticket to Shekhar, he should know which class it is.

By Maximiliano Yacobucci user 14 Jul 2016 at 12:14 p.m. CDT

Maximiliano Yacobucci gravatar
Hi Aliaksandr, Thanks! Then I will wait till Shekhar's answer to know which class I have to modify.

By Shekhar L. staff 22 Jul 2016 at 12:55 p.m. CDT

Shekhar L. gravatar
Hi Maximiliano Here is the class details. https://github.com/GluuFederation/oxTrust/blob/master/server/src/main/java/org/gluu/oxtrust/action/PasswordReminderAction.java#L134 Thanks.

By Maximiliano Yacobucci user 01 Aug 2016 at 9:06 a.m. CDT

Maximiliano Yacobucci gravatar
Hi Shekhar, Thank you!