I created a page to create an account on my site
When creating an account, the full data is logged and saved in the user table, but when logging in, it is not allowed to log in and send the wrong email or password
Only the user who has an account on outSystems logs in
Where is the mistake?
Table user:
page register:
action login in page register:
Hey,
You're not using the login action, so your user is not login in.
These action are provided by outsystems when you create a new application, and you can also find them under Users
Cheers
Why is this reply down voted?
Hi
You can checkout the default Login screen of a Module. Inside the Login screen action you will find the following logic.