I'm using service studio O11, there is a functionality for login page in login action called Do/Login but it checks with the User table of System which is by default where we can't add or del any col. I tried creating a new entity and creating a custom login page , for validation i tried checking the encrypted password stored in that new table with the password which user entered while logging in. Ofcourse i encrypted it first then checked it. But still there's some issue I don't know. Please let me know, or share the oml file.
Thanks, Tejas.
Hi,
Let me tell you, Outsystems user table store the basic user information since it is a system table we cannot make changes to the column, however you can create a new entity and add create a one to one relationship with the user table, now you can use the newly created entity as an extended user table and add as many column as you want,
We use user table to store user information so that with the do login action a session of a user is created.
I am attaching a forge that might help you understand the few
Thanks
Tousif khan