Admin user missing after Publish

0
Locally I have an MxAdmin admin user. I can sign in and see only Admin items. Everything works. I also have anonymous-access pages. These all work well. I want to replicate this after publishing the app however I cannot access the admin section of the site. I turned on Demo Users again and I can access the admin section via that method however this is not a viable solution as I want anonymous users to use this site and not be able to simply toggle into Admin mode.   How exactly do I go about creating an admin username/password that works after publishing the app?   Thanks
asked
2 answers
0

Hi John,

 

Locally (Mendix Studio Pro): Use the same admin password you set in the Administrator tab under the App Security page in Mendix Studio Pro. This password should work in the local environment.

image.png

 

For Published App (on licensed node): If you're running the app on a licensed node, go to the Details tab of the instance in Mendix Developer Portal. There, click on the ellipsis (three dots) icon, and you should see an option to Change Admin Password. From there, you can update the password for your admin user.

image.png

 

Once you've done this, you should be able to access the admin section after publishing, without relying on Demo Users.

answered
0

I'm not sure whether you can set MxAdmin passw on freeplan or not.

 

You can also create accounts using after startup microflow - Make sure to check whether the account you want to create already exists if using this approach.

answered