408
Views
3
Comments
Create an account and login

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:


2022-07-22 08-49-20
Laura Fidalgo

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


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

Why is this reply down voted?

2022-07-14 13-58-54
Ridhima Shewani

Hi

You can checkout the default Login screen of a Module. Inside the Login screen action you will find the following logic. 

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