ERROR - Core: Using password 1 for a user with administrator user roles is not allowed.

0
Hi Team we are deploying .mda file into cloud after that we are getting below error.   ERROR - Core: Using password '1' for a user with administrator user roles is not allowed. The following admin users have password 1 Now I’ve seen this issue once in a while in the forum and the usual solution is like: restore a backup with a not-so-stupid password. But what should I do if for some reason it is not possible or at least not so easy to do that? Isn’t there any other solution to get my application running again so I can then fix this issue from within the application? In mendix  
asked
1 answers
0

Hi Rajinkumar,

Some cloud environments create the administrator account automatically for you. In those cases, you should set the password already design-time. In Studio Pro, go to the App Security (third item in the project explorer) and go to the tab Administrator. There you can set a not-so-stupid password. For security reasons, it's also recommended to rename the administrator, as MxAdmin is easy to guess.

In the case that the administrator account is not created automatically, you can either set it via a microflow (which you for example call from the After Startup) or via overview & edit pages. Make sure you don't enter stupid password there either.

Good luck!

answered