No buttons appeared on home page when security level set to Prototype/demo

0
I tried to apply the security feature of my application where I set security level set to "Prototype/demo"  and I set Home page for that user in Navigation but I was not able to view any buttons on the home page but I could not see any buttons on the homepage which have action to show another page.     Following is the snapshot for Navigation. Please suggest what could be the possible issue?  
asked
3 answers
1

See the learning paths: https://gettingstarted.mendixcloud.com/link/module/37/lecture/338

Regards,

Ronald

 

answered
1

Getting the authorizations right is more difficult than you would expect. Some pointers:

  1. Go to your modules Security and create the module roles
  2. Every Page and microflow has a property ‘Visible for’. Assign appropriate moduleroles.
  3. Go to your Project->Security and match the userroles to module roles.

And before you’ve lost feith, follow Ronald’s advise and go through lecture 338

answered
0

Assign the correct userrole to your pages and microflows for them to show up

answered