mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 13:08:07 +01:00
- OAUTH2_LOGIN_STYLE popup or redirect, part 2.
Thanks to xet7 !
This commit is contained in:
parent
188d42dcd6
commit
7919ae3628
9 changed files with 44 additions and 5 deletions
|
|
@ -94,6 +94,12 @@ echo -e "\t$ snap set $SNAP_NAME oauth2-client-id='54321abcde'"
|
|||
echo -e "\t-Disable the OAuth2 Client ID of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-client-id=''"
|
||||
echo -e "\n"
|
||||
echo -e "OAuth2 login style: popup or redirect. Default: redirect"
|
||||
echo -e "To enable the OAuth2 login style popup of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-login-style='popup'"
|
||||
echo -e "\t-Disable the OAuth2 login style popup of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-login-style='redirect'"
|
||||
echo -e "\n"
|
||||
echo -e "OAuth2 Secret."
|
||||
echo -e "To enable the OAuth2 Secret of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-secret='54321abcde'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue