Confused with Security

0
I just deployed an app to production for the first time and I still don’t understand how to create my users. The Administration Module says it should only be used for local accounts, and since I am deployed to the Mendix Cloud, it seems that I should be able to do it from the portal. When I look at the portal, it wants the Mendix SSO in my app, which seems overkill since I only have one app. Is there a way to setup my users from within the app and not use the portal, or do I need to install the SSO module and do it from the portal. I will confess, I’m struggling with the best way to manage security within a pretty simple app.   Thanks  
asked
1 answers
0

HI,

 

Enable demo users under main project Security → Demo Users → Choose Yes

From this tab you can take Username & password for demo_administrator user, login with this account and create accounts.

answered