How to access the parameters of the sign in widget button ?

0
 i want a boolean variable indicating if user is successfully signed in or not and access that boolean variable in a microflow which will be used to decide the page i want to show to the user when he/she sign in is successfull i.e. has entered correct username and password ?
asked
2 answers
0

Not realy sure what your usecase is. 

Mendix provides Role-based HomePages after succesfull login (which Mendix handles fully by itself) the user is automatically navigated to their role-based HomePage.

You can find this under Navigation -> Role-based home pages.

answered
0

Hi Omkar,

 

I suggest reading the following documentation: https://docs.mendix.com/refguide/setting-up-the-navigation-structure/

 

Basically, go to App -> Navigation, and change the default page or assign a userrole specific page.

answered