User Management

0
I have created application and defined roles ( User, Admin, Power user), How do i assign user to these roles. I wanted it to simple page where i can approve user request and check / edit roles ( easy to manage as Admin) Thanks in Advance
asked
2 answers
0

You can add userroles to an user or account by creating a page where you have the ability to select and and userroles with a user. 

The Mendix administration module(which is probably in your project): https://appstore.home.mendix.com/link/app/23513/

Has a setup for this. If you enable acces for an admin to the account_overview page from the navigtion, you will be able to create and edit accounts as an admin.

answered
0

Do you have the Administration module inside your project? There you have a administration map with the page Account_Edit.

Regards,

Ronald

 

answered