Sign In Credentials

1
Where are the Sign in credentials saved. I’m creating my own Sign up page, and I need to know where to save the account, in order to be able to Sign in after that.
asked
3 answers
1

Hello Gorka,

 

This video provides some insight how to customize your login page:

https://www.youtube.com/watch?v=GIe6HaX6dCw

 

Or

https://www.youtube.com/watch?v=ePuS-grmcXw

 

Good luck!

answered
1

Hi there,

 

To save accounts for users to sign in, you want to make use of the account entity in the Administration module:

You can then use the Account entity for your registration page. Make sure to give the account an appropriate user role (if the user role is left blank, the user can’t sign in).

 

You can also use the account entity through association. In my example I’ve created an Employee entity and added an association to the Account entity:

 

If you’re creating accounts with the use of association, you may need a microflow to ensure both entities are saved correctly. In my example, I call a microflow once I press the create/save button on my registration form –  I create the employee entity on the registration page then create the account entity in a microflow.

Mendix also has a really good section in their rapid learning path that goes through this: https://academy.mendix.com/link/modules/326/Constraining-Data

 

Hope this helps (:

answered
0

Hiii,

        the daefult sign in details will store in account entity automatically

answered