cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Customer Data Cloud- First Name in the Reset Password page

Former Member
0 Likes
554

Hi Experts,

I am new to CDC and as per our client requirement, when user clicks on "Forgot Password" link in the LogIn screen, in the Reset Password screen, the firstname of the user should be visible(though we are passing the firstname in the password reset email, the firstname should be visible in the password reset screen as well).

For example:

Hi TestUser,

Please enter the password below.

Where TestUser is the first name of the user.

Could you please let me know how this can be achieved.

Accepted Solutions (0)

Answers (2)

Answers (2)

romaingorrias
Product and Topic Expert
Product and Topic Expert

Hi Pavani,

I doubt this is possible, for security reasons the only info passed on to the reset password sceenset by the reset password link is the password reset token, and no personal user information is available at that point until the user logs in.

Best,

Romain.

0 Likes

Hi Romain,

Thanks for your input on this.

I would also like to know if our client is OKAY to send the data in a tokenized format in the URL and after that if we need to read that data in Reset Password screen, can we use JS events to achieve the same?