I have a question about the sign in button

1
hi. everyone I'm trying to create a login page, but I don't understand sign in button very well, so I'm asking you this question When I press sign in button, I try to make it possible to log in after checking the ID and password entered, but I can't apply microflows to sign in button I wonder if sign in button automatically check the member ID and password in the DB when you press sign in button
asked
1 answers
2

You can use the authentication widgets:

- LoginID text box = user name

- password text box = password

- Sign in button

 

These 3 together will allow a anonymous user to login using their user credentials.

No need for microflows or other custom magic.

These widgets are directly linked to the authentication mechanisme and the user (Account) entity where app users are managed

answered