Part 2: Added remainin of Account configuration of option loginExpirationInDays for Snap.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-11-15 19:40:41 +02:00
parent d6094c3476
commit 17d90684bb
2 changed files with 9 additions and 0 deletions

View file

@ -96,6 +96,11 @@ echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-failure-window='
echo -e "\t-Restore default:"
echo -e "\t$ snap unset $SNAP_NAME accounts-lockout-unknown-users-failure-window"
echo -e "\n"
echo -e "Accounts common login expiration in days. Default: 90"
echo -e "\t$ snap set $SNAP_NAME accounts-common-login-expiration-in-days='90'"
echo -e "\t-Restore default:"
echo -e "\t$ snap unset $SNAP_NAME accounts-common-login-expiration-in-days"
echo -e "\n"
echo -e "Rich text editor in card comments. Default: false https://github.com/wekan/wekan/pull/2560"
echo -e "Enable:"
echo -e "\t$ snap set $SNAP_NAME richer-card-comment-editor='true'"