37
Views
2
Comments
Sending an email to users with temporary password with username
Question
Application Type
Reactive

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



SRMS 2.oml
2023-08-28 07-00-10
Paulo Torres
Champion

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

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

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/


Regards,

Wasimkhan S

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.