Developer forum

Forum » Swift » "Force" password change

"Force" password change

Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hi,

Do we have a standard way of forcing an Extranet user to change password?

If not, any idea's on the easiest way to achieve that?

Thanks,

Justin

 


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

Password expiration is the only current option.

Otherwise you can create a custom user field "Force new passsword on next login", create a notification onbeforelogin, check the value, redirect to passwordRecovery, and then when password is changed remove the force new password flag on the user.

Or just set the password to a random value in the backend so the user cannot login - UX is crap on that, but would work.

Votes for this answer: 1

 

You must be logged in to post in the forum