Prompt E-Commerce customer to set password when they decide to register as user

David Pearson asked on February 23, 2018 20:04

Kentico 10: Using custom web controls tapping into the Kentico API.

Reference: https://docs.kentico.com/api10/e-commerce/customers#Customers-Creatingaregisteredcustomer

If a user decides to create a customer account during the checkout process, how do I get the customer to a page to set their user password.

Thinking about generating a url via api for the user to reset their password. Is there an api for generating that reset url?

Is there a better way?

Thanks David

Recent Answers


Michal Samuhel answered on February 25, 2018 18:33

Hi David,

You could set up a simple password to user with API and along with password policy, this could force him to change the password.

Or you could after purchase re-direct him to a page which also contains account management web part along with warning about account password.

Last thing that I can think of, would be to use password expiration. You could set up user password with API and have it expire in next 24hours, so that on next day, he will be forced to change it.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.