From 18e99ddfa9368b61074d96fe2d44d279664492ec Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Wed, 10 Oct 2018 08:46:48 -0400 Subject: [PATCH] Link to social login instructions in site settings --- config/locales/server.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index eb172920dfa..f89b2a87d93 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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 Configuring Google login for Discourse." 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 https://developers.google.com/identity/protocols/OpenIDConnect#prompt for the possible values." google_oauth2_hd: "An optional Google Apps Hosted domain that the sign-in will be limited to. See https://developers.google.com/identity/protocols/OpenIDConnect#hd-param 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 Configuring Twitter login (and rich embeds) for Discourse." twitter_consumer_key: "Consumer key for Twitter authentication, registered at https://apps.twitter.com" twitter_consumer_secret: "Consumer secret for Twitter authentication, registered at https://apps.twitter.com" @@ -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 Configuring Facebook login for Discourse." facebook_app_id: "App id for Facebook authentication, registered at https://developers.facebook.com/apps" facebook_app_secret: "App secret for Facebook authentication, registered at https://developers.facebook.com/apps" - 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 Configuring GitHub login for Discourse." github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications" github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/applications"