Connexion impossible suite à installation depuis Docker Compose

Bonjour,

Problème résolu!

Après avoir revu le log, il semble y avoir un problème avec le mot de passe hashé. L’erreur suivante semble indiqué que le système considère les différentes partie du mot de passe comme des variables.

WARN[0000] The "apr1" variable is not set. Defaulting to a blank string. 
WARN[0000] The "QPADnwlP" variable is not set. Defaulting to a blank string. 
WARN[0000] The "P33HcHlqCdFYPiQxU4ngw" variable is not set. Defaulting to a blank string. 
WARN[0000] The "apr1" variable is not set. Defaulting to a blank string. 
WARN[0000] The "QPADnwlP" variable is not set. Defaulting to a blank string. 
WARN[0000] The "P33HcHlqCdFYPiQxU4ngw" variable is not set. Defaulting to a blank string. 
WARN[0000] The "apr1" variable is not set. Defaulting to a blank string. 
WARN[0000] The "QPADnwlP" variable is not set. Defaulting to a blank string. 
WARN[0000] The "P33HcHlqCdFYPiQxU4ngw" variable is not set. Defaulting to a blank string. 
WARN[0000] The "apr1" variable is not set. Defaulting to a blank string. 
WARN[0000] The "QPADnwlP" variable is not set. Defaulting to a blank string. 
WARN[0000] The "P33HcHlqCdFYPiQxU4ngw" variable is not set. Defaulting to a blank string. 

Après avoir retravaillé le .env, j’ai mis le mot de passe hashé entre single quote et j’ai pu accéder à l’appli.
J’aurais dû m’en douté en voyant la coloration qui avait été donnée dans le .env de mon post précédent. Le .env qui fonctionne donc:

PORT=9876

PASSWORD_HASH='$apr1$QPADnwlP$P33HcHlqCdFYPiQxU4ngw/'

# Fill the following for email alerts
EMAIL_TRANSPORT=smtp
EMAIL_FROM=
EMAIL_HOST=
EMAIL_PORT=587
EMAIL_USER=
EMAIL_PASSWORD=

Je recommande de corriger le .env d’exemple pour qu’il reflète un .env qui fonctionne. Je vais voir pour créer une issue dans le .git.

Désolé pour le dérangement et merci de m’avoir soutenu dans mon installation!

1 « J'aime »