Security problem after pubishing app.

0
Hii everyone,                     I have created one app.After publishing this app in mendix studio, It show login page first. Now.I don’t want to show the login page before the app. Due to this, After publishing app, it can’t be accessed by another member. Now, It only accessed by me.So I would like know about disable security in mendix studio.  Can anyone help me about this?
asked
1 answers
3

The answer of Lennart is wrong. You can not swich of security in the cloud. You can only do that locally. You need to enable anonymous users: https://docs.mendix.com/refguide/anonymous-users#1-introduction

Or you could enable demo users: https://docs.mendix.com/refguide/demo-users#1-introduction But do note that anybody could then log in as that demo user.

Regards,

Ronald

 

answered