Hi Nivaldo,
so let me try to assist you creating a step by step guide,
Best regards
CR
so let me try to assist you creating a step by step guide,
- Open a module, new or existing depending on where do you want those chnages implemented.
- Create a new entity (to extend the users) and set its identifiar as UserId type and create a boolean attribute for the flag.
- Create the management for this boolean either a screen where you list the users and a checkbox or a timer that will fill this flag for the users based on a set of conditions or both.
- Create a action to check if for a given user id the flag is true or false.
- In your login page's login action after calling the login action from the users espace call the action you just created and if needed redirect the user to the new password screen.
Best regards
CR