Custom Login feedback

0
Hi all   I was wondering if there is a simple way of adding custom logon feedback for a responsive and hybrid app. For native we have a login page in mendix, but for the responsive it is a html page. I do not see an option to add custom feedback in mendix itself.    Kind regards Kevin
asked
1 answers
0

If you enable anonymous users, you can have your login page in mendix, and you can create your own login logic.

 

Under security:

Then, under Navigation:

 

And on your login page, you can use the default authentication widgets (https://docs.mendix.com/refguide/navigation?utm_source=businessmodeler&utm_medium=software&utm_campaign=modeler#authentication) or create your custom microflow to handle the login logic.

answered