Unable to Log In with Manager and Cashier Roles in Mendix

0
Hi, I’m new to Mendix and currently working on a dummy project with my team. We’re facing an issue where only the Administrator can create new users. When we create Manager or Cashier accounts, they are stored only as local users, so these roles cannot log in. We also noticed that users created on one device are not available when trying to log in from another device. How can we correctly configure user roles and accounts so Manager and Cashier can log in properly and the users are not limited to local storage? Thank you for your help!
asked
1 answers
0

Hello,

Manager/Cashier accounts need to be created through the Administration pages in a running app, not as local preview users. Local users exist only on one device, while accounts created by the Administrator with the right user role are stored in the DB and can log in from any device.

 

Regards

Reemali

answered