Hi Dalia, Create a boolean 'FirstLogin' on Administration.Account (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. You can find more answers for this question if you check related questions.