diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-11-16 21:28:19 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-11-16 21:28:19 +0200 |
commit | 39ff51ef96470dd004a5388cab0d3851258c9c19 (patch) | |
tree | 8b5b5efd82ebf22d66eabddbfb8831ba829797e2 /snap-src/bin/wekan-help | |
parent | 017017623f24303de414472ee7c29f9e3323ec64 (diff) | |
parent | 033a9482fc7f765963f55e9dbd82d32b91970b74 (diff) | |
download | wekan-39ff51ef96470dd004a5388cab0d3851258c9c19.tar.gz wekan-39ff51ef96470dd004a5388cab0d3851258c9c19.tar.bz2 wekan-39ff51ef96470dd004a5388cab0d3851258c9c19.zip |
Merge branch 'Akuket-devel' into devel
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-x | snap-src/bin/wekan-help | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index c488a538..4cd0001e 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -245,6 +245,22 @@ 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>'" |