summaryrefslogtreecommitdiffstats
path: root/snap-src
diff options
context:
space:
mode:
authorAllemand <37148072+salleman33@users.noreply.github.com>2020-04-14 09:05:14 +0200
committerGitHub <noreply@github.com>2020-04-14 09:05:14 +0200
commit55545a52cadc131f85200153835d5940b74e5fc7 (patch)
tree4aaf745ce75af2baf96f8009e001348f15bc08eb /snap-src
parente0cb5a0c7a360ed5a74e8243ebc33477889f5d56 (diff)
downloadwekan-55545a52cadc131f85200153835d5940b74e5fc7.tar.gz
wekan-55545a52cadc131f85200153835d5940b74e5fc7.tar.bz2
wekan-55545a52cadc131f85200153835d5940b74e5fc7.zip
Update wekan-help
Diffstat (limited to 'snap-src')
-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>'"