Hi, according to this documentation page https://docs.mendix.com/refguide/navigation-profile#2-3-authentication, we can set up a custom login page for anonymous users attempting to access a resource with logged in user security. I have tried to implement a custom login page from the modeler and applied it to the navigation (authentication), but somehow the custom login page is still not used. Instead, the app redirects to the default login.html page. How do I stop the app from doing this and how do I force the app to use my custom login page instead? Also the authentication tab is now missing when I tried modeler 7.8.0 higher. Any ideas why?
↧