How to creat a microflow to Login Page?

0
Hey all!   I created a collaborator registration page and tried to link the access page, but the login screen does not fetch data from the collaborator table to validate and perform the login. I noticed that instead of looking for data from the table, it uses the ones registered on the App Security > Administrator screen as username and password.   Can you help me?   ENTITY     MICROFLOW SUBCHECK   MICROFLOW REGISTER ACCOUNT  
asked
1 answers
0

You'll want your user entity to be a specialization of the Account entity or the User entity. You can also re-use attributes and such from that entity then.

answered