summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authortechknowlogick <hello@techknowlogick.com>2019-01-13 14:06:22 -0500
committerGitHub <noreply@github.com>2019-01-13 14:06:22 -0500
commit5c44f751a30517914ad232607a1202111cf4f0fa (patch)
tree5c2efcfa35e80d092bfd246f1c3a966792f9bb5f /options
parentbeab2df1227f9b7e556aa5716d94feb3a3e2088e (diff)
downloadgitea-5c44f751a30517914ad232607a1202111cf4f0fa.tar.gz
gitea-5c44f751a30517914ad232607a1202111cf4f0fa.zip
Discord Oauth2 support (#4476)
* add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index db4989cae8..fd51ca678e 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1523,6 +1523,7 @@ auths.tip.gitlab = Register a new application on https://gitlab.com/profile/appl
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
+auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
auths.edit = Edit Authentication Source
auths.activated = This Authentication Source is Activated
auths.new_success = The authentication '%s' has been added.