Creating a login

0
Hi..I created a login for users to create their own account and use it to sign in. My problem is linking the create account page and the sign in page. How can I add logic to the pages so users can create details and they are saved and ready to be used as sign in. Please find the screenshots of the pages.
asked
3 answers
0

Have you looked at the Administration module? It should be included in your project by default and be located in the App Store modules. 

answered
0

You can use the forgot password module from the appstore for this.

The module has the option to create the signup logic as well.

See: https://appstore.home.mendix.com/link/app/1296/Mendix/Forgot-Password-module

Or get some insights from this module for your own functionality.

answered
0

I used the administrative module. My created accounts are save, I just don’t understand how i can add custom logic to the sign in page (see attached) to retrieve data from the created account.

answered