Making new accounts to login with

0
Hello everyone, i am working on a project where i need to make new accounts that have a specific role, is there an easy way of doing this?
asked
2 answers
1

Hello Stefan,

 

Every Mendix App comes with the marketplace module administration.

In this module there is a page called account overview, when you just simply add this page to your navigation and allow the right user rights and settings you are ready to go and create accounts.

 

image.pngHope this helps,

 

Good luck!

answered
-1

You can run a microflow that creates an object for the Administraion.Account entity.In the same microflow you can retrieve the desired userrole from System.UserRole and assign it to the account you are creating. 

answered