Change password at first login.

0
  Hi Team,   I need help where my application can force the user to change his/her password when the user login first time to the application. Thanks in advance.   Warm Regards, Ankit
asked
2 answers
6

Hi Ankit,

Create a boolean on Administration.Account (or your specialisation of System.User) which is default set to true. If the user is logged in he enters the (custom) homepage microflow where you check if the boolean (ForcePasswordChange) is true, if true open the change password logic. Else continue with the normal homepage flow.

After changing the password set the boolean to false.

With kind regards,

Stephan

answered
0

Great, Thanks

answered