Goldhawk
Goldhawk

Reputation: 35

How to reset autogenerated Kentico passwords on first use?

When you click on the 'Generate new password' button, on Kentico's 'User' application's Password tab.

The password is sent out in clear text via email. We want users to change their password the first time they login. Is there any suggestions on how to achieve this?

We use Kentico 11's with ASPX template and I have access to the code and database. I've checked the documentation and there is no built in setting to do this.

Thanks

Upvotes: 0

Views: 356

Answers (2)

jurajo
jurajo

Reputation: 995

Another option would be setting some passwords for the users and then setup either password expiration or password policy - so the passwords will not meet one of these and they will be asked to change the password using the password reset.

Upvotes: 0

brog
brog

Reputation: 21

Create their accounts and set their passwords to a very strong password.

Have the users click "forgot password". This will force the user to change their password, and they won't be able to log in until they go through that process.

Upvotes: 0

Related Questions