Custom Login page

0
Hello, I want to create an custom login page where after signing in it should direct to the page which I want to display and not the home page. I took blank page and used authenticated login textbox, password textbox and signin button.  First I want to register the user and than registered user should able to sign in and after signing in it should show page which I want to display.
asked
2 answers
0

You will need to use a microflow to handle this. Kindly go through this article it explains a lot about login and especially auto-login and handling the subsequent steps:

https://medium.com/mendix/mendix-autologin-with-deeplink-1c8fa92873a8

answered
0

https://academy.mendix.com/link/path/82/Crash-Course 

Step 8.7.1 gives details about creating accounts, this will also come handy

answered