When we create a user, the password is mandatory.
Is it possible to force the user to reset his password at the first login ?
Via Actions maybe?
Hi Anthony,
Yes you can force reset a password at the first login from actions. You can use management api to create a password reset ticket/ send a password reset email or change the password using userinfo endpoint with your own UI. If you could explain your scenario, I could probably tailor the answer according to your case.
Hi @spoudel,
Thanks for your answer.
The idea is that no employee from our company should know the password of our users, so when the user first login we would like to force him to change his password.