1287
Views
6
Comments
How to create Login screen? Example for Username and Password
Question

How to create Login screen? Example for Username and Password.

And what will be the logic simple logic for that?


Please suggest

Thank you.

UserImage.jpg
vikas sharma
Champion

Hello Subhash,

Could you please explain in little more details what are your requirements.

Whenever you create new application web, reactive or mobile. OutSystems automatically create Login screen for you In common workflow. You just need to create new application, one default module get created automatically. You can make any customization on this screen as per your requirement.  All login logic is also written here, you don't need to do anything until there is not any specific requirement.


Apart from this for username, password are the field from System-> User table and both are of  text type. For creating new user into the system you just need to call CreateUser() server action in your logic.


UserImage.jpg
Subhash T

Yeah, i wanted to create login screen with some attributes like username and password field using some  logic which will retriviewing from database if the user exist or not.

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

You don't need to when you create an app the app template already provides this. As soon as you deselect the anonymous role on a screen on first time a login screen will be showing that only allows users defined in the Users application of OutSystems, to login.

UserImage.jpg
Subhash T

But the problem is I'm not able to see the Login screen.

I tried to add dependency to workflow but it is not working for me.


Please suggest


Thank you


Capture.PNG
2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

If you don't get a login screen, then most likely you have checked the anonymous role on your screen(s).

2020-09-18 09-37-36
Devendra Baghel

Hi Subhash,

Its already there UIFlows>>Common>> Login  please see below image

If not than may be you are create a blank module. Create Reactive Web App instead of Blank module,


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