Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AccountManagementService API requestPasswordReset for multiple languages

Avatar

Level 2

Hi,

I am planning on using the AccountManagementService API for reset Passwords(requestPasswordReset)But we have the same site in multiple languages. Also the business is requesting that the emails should be customized with the FIrst name and last name of the receivers.

How can i leverage the AccountManagementServiceAPI for this requirement, What kind of customization do i need to do or do i have to use a different API or a plugin. We are on AEM 6.1 on a AWS stack.

Thank you,

Prasad

3 Replies

Avatar

Administrator

Did you see this blog post:- AEM Developer Learning : Reset Password using AccountManagementService API in AEM 6.2 - Part2

//It talks about "Reset Password using AccountManagementService API in AEM 6.2"

I have also asked the writers of blogger to have a look at this questions.

~kautuk



Kautuk Sahni

Avatar

Level 2

I think this API is available from AEM 6.2. So you need to use AccountManager API.See this Deprecated List ("The Adobe AEM Quickstart and Web Application.")

Thanks

~Shivani

Avatar

Level 2

Thank you for the response guys. I looked at the Blog above, but i could not figure out how to customize the email, for a first name and last name and also the multi lingual requirement.