mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Add prompt and HD settings to the Google OAuth2 plugin.
This commit is contained in:
parent
bfc1301823
commit
f74d6bb605
2 changed files with 11 additions and 1 deletions
|
@ -255,6 +255,14 @@ login:
|
|||
default: false
|
||||
google_oauth2_client_id: ''
|
||||
google_oauth2_client_secret: ''
|
||||
google_oauth2_prompt:
|
||||
default: 'none'
|
||||
type: enum
|
||||
choices:
|
||||
- 'none'
|
||||
- 'consent'
|
||||
- 'select_account'
|
||||
google_oauth2_hd: ''
|
||||
enable_yahoo_logins:
|
||||
client: true
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue