diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-09-12 22:15:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 22:15:36 -0400 |
commit | 2837563147d18dba263ed4c7a1b87571474220c4 (patch) | |
tree | 653d95c0538e1e32853ebbc52ee1487994159715 /options/locale/locale_en-US.ini | |
parent | cff0787759304fcebf1c0e21709158e7d4f1967f (diff) | |
download | gitea-2837563147d18dba263ed4c7a1b87571474220c4.tar.gz gitea-2837563147d18dba263ed4c7a1b87571474220c4.zip |
oauth2 with remote Gitea - Fix #8093 (#8149)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 36fabb5b4a..45e71e0595 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1706,6 +1706,7 @@ auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API con 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.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.io/en-us/oauth2-provider/ auths.edit = Edit Authentication Source auths.activated = This Authentication Source is Activated auths.new_success = The authentication '%s' has been added. |