How do I make a Sign up page and login page on Mendix?

0
I need to create a sign up page that will take the information from the filled in lines (username, password, etc) and save it so I can use that information to log in with my login page
asked
1 answers
0

Sign up usually has one step where you enter your desired username and password, and a second step where the user receives a mail containing an url to click to confirm the given username and password. How exactly you implement your solution is up to you and your customer.

Check out the Marketplace module ‘Forget Password’ that will do this for you. or at least give you an example to copy from:

https://marketplace.mendix.com/link/component/1296/Mendix/Forgot-Password-module

answered