Update wekan-help with local file email changes.

pull/5616/head
walster001 5 months ago committed by GitHub
parent 3422db31ee
commit a5347cfcac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      snap-src/bin/wekan-help

@ -661,6 +661,16 @@ echo -e "\n"
echo -e "Wait spinner to use." echo -e "Wait spinner to use."
echo -e "\t$ snap set $SNAP_NAME wait-spinner='Bounce'" echo -e "\t$ snap set $SNAP_NAME wait-spinner='Bounce'"
echo -e "\n" echo -e "\n"
echo -e "Oauth2 email login restriction local filepath e.g. /root/var/path/to/file.txt"
echo -e "Path to local file containing known emails to be checked on OIDC login"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_ALLOWEDEMAILS_FILEPATH='/root/var/path/to/file.txt'"
echo -e "\t-Leave blank to disable."
echo -e "\n"
echo -e "Oauth2 email login restriction toggle on/off"
echo -e "To enable and disable email verification against a file containing known emails on OIDC login"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_CHECKEMAILS='true'"
echo -e "\t-To disable, set to false."
echo -e "\n"
# parse config file for supported settings keys # parse config file for supported settings keys
echo -e "wekan supports 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>'" echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"

Loading…
Cancel
Save