App has login page but cannot find login page in app explorer

0
So my app has a login page however when I try to find the login page itself on the app explorer, it's nowhere to be found. The closest thing is the login template however that's not the one as I've tried editing it and it hasn't changed the one that is shown when I run the app. How can there be the login page without it existing in the app explorer?
asked
1 answers
1

HI Faizan,

In the Mendix -> Click On App -> Show App Directory in the Explorer -> Open Deployment folder -> Inside Deployment folder open web folder -> Inside Web folder you can see login.html.

 

Open this login.html in vs code and update what you want.

 

Or if you want to make custom login page.

 

Copy your login template from App explorer -> make a empty page & paste your login template here & customize accordingly -> Give this page anonymous access-> Go to navigation -> Scroll down See there authentication tab -> Open Sign in- page & attach this page there.

 

Hope you like the answer.

 

image.png

answered