I am trying to implement, forgot password feature using LF API.
On receiving temporary password, I want to set forcedPasswordChange property of LFUser to be true i.e. The checkbox User must change password at next login should be checked.
I have managed to do this, but problem is When ever i try to read this property on next login, it always returns false, though it should return true. I verified in admin console and I can see that check box checked.
am I missing anything?Do I need to set any other property along with this?
Please suggest.
Thanks
Sanjay C