summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-14 21:23:10 +0300
committerGitHub <noreply@github.com>2020-04-14 21:23:10 +0300
commit13563e20e7b322dfb4534ef1096674e9e1c4b7de (patch)
tree15758c81968eaf1d0d65a09e0195ec9d9d4e9bfb /Dockerfile
parentc5f782976b971fa3f2323e80a013bbf6a49c0596 (diff)
parent4f1330c777ae52f2b52eacda4f0945dee1cb51af (diff)
downloadwekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.tar.gz
wekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.tar.bz2
wekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.zip
Merge pull request #3014 from salleman33/master
hide password auth with PASSWORD_LOGIN_ENABLED variable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 63002e79..67f7d329 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -113,7 +113,8 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
CORS_EXPOSE_HEADERS="" \
DEFAULT_AUTHENTICATION_METHOD="" \
SCROLLINERTIA="0" \
- SCROLLAMOUNT="auto"
+ SCROLLAMOUNT="auto" \
+ PASSWORD_LOGIN_ENABLED=true
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app