SignIn Microflow

0
Hi,    I have created a custom login page for Anonymous users. I want to modify it like   – The URL of the login page should be login.html but currently, it is index.html. How can I change this?   –  I don’t want to use the builtIn SignIn button/Username/password field but cannot use custom login microflow or find any builtIn SignIn microflow. How can I find a builtIn SignIn microflow or Can I create a custom SignIn microflow?   Please respond and provide solution/suggestion   Thanks and Regards, Harshraj Singh
asked
2 answers
1

Hi Harshraj,

 

Look here for the solution:

https://academy.mendix.com/link/modules/183/lectures/1419/3.4-Custom-Login-Page

 

Go Make IT

answered
0

not sure if this helps you:

there are 2 ways for users to login.

http://localhost:8080/index.html

http://localhost:8080/login.html

 

one is a HTML page with no connection to your mendix application.

the other is a page within mendix.

 

there seems to be some confusion between the 2 sometimes.

 

answered