Hello i am developing a space rental management system for a boarding house. My problem is I want to send username and password on email but the password can be temporary changed by the users (the tenant). The screen is entitled flow tenant, I will attach below the OML diagram.
Regards,
Reuben
Hi,
First time the user make the login, you should present a screen to the user to change the password (This should be a mandatory action).
To enhance security, you can implement an OTP (One-Time Password) system. For example, when a user saves a new password, a code is sent to their mobile phone. The user must then enter this code into a form to complete the process.
Regards
Hi,You can check these post and align the code based on your requirement.
You can have user extended table and to hold the temporary password and compare it while logging in with the user table. and both matches ask the user to change password.
https://www.outsystems.com/forums/discussion/78687/how-to-create-a-temporary-password-for-user-with-validity/
https://www.outsystems.com/forums/discussion/78597/how-to-create-a-temporary-password-with-a-timer-for-applicatiion-in-outsystems/
Wasimkhan S