Hello all, I am trying to find a way to create a custom login page for my application instead of using the default login page. I've downloaded the LoginForm widget from the App store, but when I run my application, the default login page loads up. How do I get my application to use the customized login page instead of the default one. Also, I have read about creating an anonymous user to accomplish this, how does this relate to the customized login page? Any suggestions would be greatly appreciated, thank you.
asked
Monique Brown
2 answers
5
You can go to Project explorer-> Project -> Security and enable anonymous users and select a role for anonymous users.
Project explorer-> Project -> Navigation: there you should set the page containing the login widget as default home page.
answered
Roeland Salij
0
Hello all,
I download Login form widget and made customization as I want for login page, but how I shoud replace default login page of mendix with my login page?