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!
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
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
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
is there a way i can use othehr entity beside user entity to my login?> thanks
@budang haba You need to use OutSystems user login for security reasons. Even if you create your own login, you may encounter authentication issues.
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
You can join your entity with the user entity and filter the results based on both entities.
how can i do that can you give me example? thanks3
Hi what you want is documented, see this:
https://success.outsystems.com/documentation/how_to_guides/logic/how_to_add_extra_logic_to_users_login/
i kinda get about this but there stilol problem to my sde but thanks though