I have created a new login web screen and i want to integrate the default authentication provided by Outsystems (like username and password is valid ?, whether it matches with the stored credentials ? etc) to the new web screen . I am having trouble linking these two ? Can someone help ?
Gokul Pandala wrote:
Sanjay Kumar Sahu wrote:
Rahul Sahu wrote:
Hi Gokul,
Outsystem default provide login screen hope you need to use this.
You are creating blank module or other type.
In common flow alreaddy have login scrren
Regards
Rahul Sahu
Hi Rahul ,
Thanks for the reply !
I have one more doubt . If i use this default screen , which database should i use to store the user credentials ?
Hello Gokul,
You don't need to use any database, Outsystems provide inbuilt mechanism to create and store user credentials.
Go to this URL : <You Personal environment name>.outsystemscloud.com/users/
Login and create user here.
Thanks,
Sanjay
Hi Sanjay ,
Hope this solves my problem !
Great! Find the complete detail of authentication & authorization here :
https://www.outsystems.com/learn/courses/131/role-based-security/?LearningPathId=18
Kindly mark the answer as solution if it solves your issue. Thanks You.
also you can find "User" entity in default system module .
Rahul
Thanks Sanjay !
My issue is now solved !