How to login

1
I understand this question should not have been asked, there should be a very simple solution somewhere but… I can’t find it. I also searched the forum, I’ve found some partial answers which do not solve the easy question in a easy way. I’m deploying my app to the cloud, security has been set to Production, everything looks good. I can access the app using the demo_user and demo_admin accounts, no problem. Now, how to add regular users and how to create an admin account?
asked
4 answers
1

You’ll need to look at firstly setting your Administrator account username and password.

https://docs.mendix.com/refguide/administrator

To setup named users you’ll want to look at using the Administration module in the App Store folder. Add it to your navigation and you can then use the Administrator account you setup earlier to create new users and assign roles to them.

Hope this helps.

answered
0

Implement the administration moduel fro the app store for example.

See:  https://appstore.home.mendix.com/link/app/23513/Mendix/Administration-module

 

answered
0

My suggestion would be to implement the Appstore app SystemManagement https://appstore.home.mendix.com/link/app/113984/. 

answered
0

Thank you everyone, that is the part I was missing.

Regards

answered