Hi all,
I created a VM into Azure by using terraform.
I ran a custom script to install a Mender hosted server following the documentation.
I programmatically created a new user with a 8 alphanumeric password without any error.
Anyway when trying to login, the following error is raised There was a problem logging in. Please check your email and password. If you still have problems, contact an administrator.... [Request ID: 70f752fd]
I wonder if there is any rules about password (allowed characters, min/max size, …).
I would like also to know how resetting the password of the existing user.
@Fabrice can you please explain how you created the user? You mention you’ve done it “programmatically”, which API end-point did you use? Can you try to create the user entering the useradm container and using the CLI?