Change password for when users first login in mendix

0
i need to clarify the steps to change password when user first login in mendix
asked
1 answers
0

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.

answered