Security in Modules for App

0
HI Everyone!    Having a challenge on separating my demo module users. For instance, I have a demo_admin(for administrator) log in, and I have a demo_user(that has both manager and employee together) and it is causing problems when I log in on my app as an employee. It is showing pages only the manager should see. Can anyone help with this? Thanks
asked
1 answers
1

It sounds like you're saying that demo_user has both the manager and employee role, correct? You should be able to change your demo user to only have the correct role here, or create a new demo user with the correct role:

answered