mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 13:50:16 +01:00
Part 2: Added remainin of Account configuration of option loginExpirationInDays for Snap.
Thanks to xet7 !
This commit is contained in:
parent
d6094c3476
commit
17d90684bb
2 changed files with 9 additions and 0 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue