summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
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 /snap-src/bin/wekan-help
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 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help3
1 files changed, 3 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 008a4de1..dfcf40a5 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -461,6 +461,9 @@ echo -e "Default authentication method."
echo -e "The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap."
echo -e "\t$ snap set $SNAP_NAME default-authentication-method='ldap'"
echo -e "\n"
+echo -e "Enable or not password login Form"
+echo -e "\t$ snap set $SNAP_NAME password-login-enabled='false'"
+echo -e "\n"
# parse config file for supported settings keys
echo -e "wekan supports settings keys"
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"