No read access error prompt when trying to create new user with Administrator user role

0
I have a project with the solution kit feature enabled, and I login the system with the MxAdmin user which is having the Adminitrator UserRole. when I try to create a new user with the User Maintenance feature provided, it prompt me the error: Caused by: com.mendix.basis.objectmanagement.member.MemberAccessDeniedException: Read access denied for member 'System.UserRoles' of object 'Administration.Account'Caused by: com.mendix.basis.objectmanagement.member.MemberAccessDeniedException: Read access denied for member 'System.UserRoles' of object 'Administration.Account'. How should I resolve this issue?         error:    
asked
2 answers
0

Ryan,

Check app security to ensure that the Administrator user role has permission to create users:

image.png

 

Also, on the app security tab make sure the Admin user has the appropriate user role

image.png

 

Hope that helps,

Mike

answered
0

This is the app security configuration, with this configuration, it is still not working for me.

image.png

 

image.png

 

image.png

answered