Mendix 4.7.2 vs. 5.0.0 menu and security

0
Hi, I hope I did not miss something really obvious, but I noticed that my Mendix 5 project does not have a logout button. Also, when I logon using a normal user, I do not get the administration menu option to change my own account. The project has full production security. I tried creating a fresh project from start and setting the security to 'prototype/demo'. In Mendix 4.7.2 this works just fine, also with security set to 'prototype/demo'. Thanks in advance Marcel
asked
2 answers
2

Logout button can be placed in mendix 5 as a button widget. Check your navigation to see what userroles can access the microflow to change my account, check project security to check if the userrole assigned to the normal user has the specified module role enabled.

answered
0

Hi Stephan,

Thanks a lot, I got it working. I added the sign out button to the layouts. I added microflow ManageMyAccount to the navigation. Still a bit strange that under Mendix 4 this works out of the box but with Mendix 5 it has to be added manually.

answered