Merge pull request #2834 from Akuket/master

Issue #2688
This commit is contained in:
Lauri Ojansivu 2019-12-20 16:12:29 +02:00 committed by GitHub
commit 492ed2bdc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 6 deletions

View file

@ -444,6 +444,10 @@ 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 "Linked cards enabled."
echo -e "Enable or not the linked cards feature."
echo -e "\t$ snap set $SNAP_NAME linked-cards-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>'"