33
Views
10
Comments
login with login validation
Question
Application Type
Reactive
Service Studio Version
11.54.64 (Build 63346)
Platform Version
11.29.0 (Build 43552)

Good day! i want to create a login user without using the user entity, i want to create an entity on my own and use it to my login user. my problem is that i really don't get the login/security validation for it will and ic checked the common/login and it is different since it use different server actions. do you have sample of login with validations without using the OS user entity? thanks!

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

Hi,

Ehy would you want to do that? You will not have a current user this way after login. This will effect loggging information, but more important its against the license model were each named user counts towards an j ternal or external user.

Even extern authenticafion methods create an outsystems user.

Regards,

Daniel

UserImage.jpg
budang haba

if there will be a problem is there a way where i can change the entity beside the user entity? becvause i read in other os forum that you cant change the entity for login

2024-06-01 07-14-16
Vaishali Thakur

Hey, @budang haba 

From what I understand, you are creating your login without OutSystems login, so I advise you to create your own database and a common or main-flow one. Create a block and show it on the screen and then use the main login, you have to check the community post here and Login.


Thanks 

UserImage.jpg
budang haba

is there a way i can use othehr entity beside user entity to my login?> thanks

2021-11-12 04-59-31
Manikandan Sambasivam

@budang haba You need to use OutSystems user login for security reasons. Even if you create your own login, you may encounter authentication issues. 

UserImage.jpg
budang haba

the problem is  the user entity like the default of outsystem i have an entity and i want to use it beside the user entity

2021-11-12 04-59-31
Manikandan Sambasivam

You can join your entity with the user entity and filter the results based on both entities. 

UserImage.jpg
budang haba

how can i do that can you give me example? thanks3

UserImage.jpg
budang haba

i kinda get about this but there stilol problem to my sde but thanks though

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