summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-17 16:58:27 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-17 16:58:27 +0200
commit871e229fae23c3b8eaac593c06ee8e030dfb3a8e (patch)
tree7c8dc823d930d56864c6e7f77332f468e2a39b26 /snap-src/bin/wekan-help
parente1b3f3831531bbf0011bee4e90c18fd7f9f8b5f4 (diff)
parent21a8c7cc45e03dafd8ea3f255a7fc7106cd61ae0 (diff)
downloadwekan-871e229fae23c3b8eaac593c06ee8e030dfb3a8e.tar.gz
wekan-871e229fae23c3b8eaac593c06ee8e030dfb3a8e.tar.bz2
wekan-871e229fae23c3b8eaac593c06ee8e030dfb3a8e.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help16
1 files changed, 0 insertions, 16 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 4cd0001e..c488a538 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -245,22 +245,6 @@ echo -e "Ldap Default Domain."
echo -e "The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP:"
echo -e "\t$ snap set $SNAP_NAME LDAP_DEFAULT_DOMAIN=''"
echo -e "\n"
-echo -e "Logout with timer."
-echo -e "Enable or not the option that allows to disconnect an user after a given time:"
-echo -e "\t$ snap set $SNAP_NAME LOGOUT_WITH_TIMER='true'"
-echo -e "\n"
-echo -e "Logout in."
-echo -e "Logout in how many days:"
-echo -e "\t$ snap set $SNAP_NAME LOGOUT_IN='1'"
-echo -e "\n"
-echo -e "Logout on hours."
-echo -e "Logout in how many hours:"
-echo -e "\t$ snap set $SNAP_NAME LOGOUT_ON_HOURS='9'"
-echo -e "\n"
-echo -e "Logout on minutes."
-echo -e "Logout in how many minutes:"
-echo -e "\t$ snap set $SNAP_NAME LOGOUT_ON_MINUTES='5'"
-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>'"