[Docker] Unable to sign in

Hi! I’ve managed to get the standalone docker version of Squidex to run on my local machine (using dnsmasq to make sure it gets resolved properly) however I’m running into the issue where I’m unable to sign in.

The log message that I get is that I’ve filled in an incorrect pasword, however I copy/paste the password one to one and it’s still giving me the same message. Any idea’s?

Used password: S0me0onesaid-PW
Log excerpt:

squidex_squidex_1  | {
squidex_squidex_1  |   "logLevel": "Warning",
squidex_squidex_1  |   "message": "User 5b8fca49f7e17b0001a4520f failed to provide the correct password.",
squidex_squidex_1  |   "eventId": {
squidex_squidex_1  |     "id": 2
squidex_squidex_1  |   },
squidex_squidex_1  |   "userId": "5b8fca49f7e17b0001a4520f",
squidex_squidex_1  |   "app": {
squidex_squidex_1  |     "name": "Squidex",
squidex_squidex_1  |     "version": "1.0.0.0",
squidex_squidex_1  |     "sessionId": "1bc9e1bf-6b31-4bca-9845-7b89e2b80956"
squidex_squidex_1  |   },
squidex_squidex_1  |   "web": {
squidex_squidex_1  |     "requestId": "bafe65fa-32f3-41ca-a04a-cb1a6f2b806e",
squidex_squidex_1  |     "requestPath": "/account/login",
squidex_squidex_1  |     "requestMethod": "POST",
squidex_squidex_1  |     "routeValues": {
squidex_squidex_1  |       "area": "IdentityServer",
squidex_squidex_1  |       "action": "Login",
squidex_squidex_1  |       "controller": "Account"
squidex_squidex_1  |     }
squidex_squidex_1  |   },
squidex_squidex_1  |   "timestamp": "2018-09-05T12:23:23.8564410Z",
squidex_squidex_1  |   "category": "Microsoft.AspNetCore.Identity.SignInManager"
squidex_squidex_1  | }

Alright so I solved the issue by using and underscore instead of a dash. Is this something worthwhile looking into regardless?

Another important note is that during bootup Squidex did not complain about the password policy, the account was created just the same.

Hi, I am pretty sure that it shows the error in the logs.

I know Squidex logs an error when the account couldn’t be created. The problem here was that everything looked fine according to the logs but with the password posted above set in the .env file it was impossible to sign in.

Very strange. Can you provide a PR?