From e59d26986bfdcdffbdde1f6d9374aeb2952bd6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnther?= Date: Thu, 10 Jan 2019 17:44:48 +0100 Subject: [PATCH] use crypt hashes to store passwords via self-service --- docker-compose.yml-example | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml-example b/docker-compose.yml-example index 099228b..ff13929 100644 --- a/docker-compose.yml-example +++ b/docker-compose.yml-example @@ -79,6 +79,7 @@ services: - PASSWORD_MIN_UPPERCASE=${SELF_SERVICE_PASSWORD_MIN_UPPERCASE} - PASSWORD_MIN_DIGIT=${SELF_SERVICE_PASSWORD_MIN_DIGIT} - PASSWORD_MIN_SPECIAL=${SELF_SERVICE_PASSWORD_MIN_SPECIAL} + - PASSWORD_HASH=CRYPT expose: - "80" networks: