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
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
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.
You must be logged in to post in the forum