on ‎2020 Oct 05 6:33 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.