Hi Jeroen,
What you should do is create an AfterStartUp microflow in which you do a “find or create” for the user. If you create the user, make sure to add a role or you won’t be able to use the user.
After succesfully logging in with this user, you can remove this functionality from the AfterStartup.
EDIT:
Hi Jeroen, here is an simple example:
Hi Jeroen,
I understand the confusion. However, the administrator password in the app security only applies when running locally. Then, during start-up a user is (re)created for the admin.
In other environments, in the free sandbox as well as in other deployments, you need to create the administrator user differently. On licensed nodes, there are tools provided, but in the sandbox environment, you need to take care of it yourself.
This can be done by creating a user and assigning the userrole in microflow which is configured to run in the AfterStartup. I use a flow like this: