mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Link to social login instructions in site settings
This commit is contained in:
parent
cd2b8d40f1
commit
18e99ddfa9
@ -1331,13 +1331,13 @@ en:
|
||||
enable_signup_cta: "Show a notice to returning anonymous users prompting them to sign up for an account."
|
||||
enable_yahoo_logins: "Enable Yahoo authentication"
|
||||
|
||||
enable_google_oauth2_logins: "Enable Google Oauth2 authentication. This is the method of authentication that Google currently supports. Requires key and secret."
|
||||
enable_google_oauth2_logins: "Enable Google Oauth2 authentication. This is the method of authentication that Google currently supports. Requires key and secret. See <a href=https://meta.discourse.org/t/15858 target=_blank>Configuring Google login for Discourse</a>."
|
||||
google_oauth2_client_id: "Client ID of your Google application."
|
||||
google_oauth2_client_secret: "Client secret of your Google application."
|
||||
google_oauth2_prompt: "An optional space-delimited list of string values that specifies whether the authorization server prompts the user for reauthentication and consent. See <a href=https://developers.google.com/identity/protocols/OpenIDConnect#prompt target=_blank>https://developers.google.com/identity/protocols/OpenIDConnect#prompt</a> for the possible values."
|
||||
google_oauth2_hd: "An optional Google Apps Hosted domain that the sign-in will be limited to. See <a href=https://developers.google.com/identity/protocols/OpenIDConnect#hd-param target=_blank>https://developers.google.com/identity/protocols/OpenIDConnect#hd-param</a> for more details."
|
||||
|
||||
enable_twitter_logins: "Enable Twitter authentication, requires twitter_consumer_key and twitter_consumer_secret"
|
||||
enable_twitter_logins: "Enable Twitter authentication, requires twitter_consumer_key and twitter_consumer_secret. See <a href=https://meta.discourse.org/t/13395 target=_blank>Configuring Twitter login (and rich embeds) for Discourse</a>."
|
||||
twitter_consumer_key: "Consumer key for Twitter authentication, registered at <a href=https://apps.twitter.com/ target=_blank>https://apps.twitter.com</a>"
|
||||
twitter_consumer_secret: "Consumer secret for Twitter authentication, registered at <a href=https://apps.twitter.com/ target=_blank>https://apps.twitter.com</a>"
|
||||
|
||||
@ -1345,11 +1345,11 @@ en:
|
||||
instagram_consumer_key: "Consumer key for Instagram authentication"
|
||||
instagram_consumer_secret: "Consumer secret Instagram authentication"
|
||||
|
||||
enable_facebook_logins: "Enable Facebook authentication, requires facebook_app_id and facebook_app_secret"
|
||||
enable_facebook_logins: "Enable Facebook authentication, requires facebook_app_id and facebook_app_secret. See <a href=https://meta.discourse.org/t/13394 target=_blank>Configuring Facebook login for Discourse</a>."
|
||||
facebook_app_id: "App id for Facebook authentication, registered at <a href=https://developers.facebook.com/apps/ target=_blank>https://developers.facebook.com/apps</a>"
|
||||
facebook_app_secret: "App secret for Facebook authentication, registered at <a href=https://developers.facebook.com/apps/ target=_blank>https://developers.facebook.com/apps</a>"
|
||||
|
||||
enable_github_logins: "Enable Github authentication, requires github_client_id and github_client_secret"
|
||||
enable_github_logins: "Enable Github authentication, requires github_client_id and github_client_secret. See <a href=https://meta.discourse.org/t/13745 target=_blank>Configuring GitHub login for Discourse</a>."
|
||||
github_client_id: "Client id for Github authentication, registered at <a href=https://github.com/settings/applications/ target=_blank>https://github.com/settings/applications</a>"
|
||||
github_client_secret: "Client secret for Github authentication, registered at <a href=https://github.com/settings/applications/ target=_blank>https://github.com/settings/applications</a>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user