diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-03-02 22:11:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 22:11:45 -0500 |
commit | bea497ff96f4deae617e54468576d11d105e2125 (patch) | |
tree | 9c59c9bc2f987733c4f8a535781d16acbd68b563 /options | |
parent | 07f6ae30e49b3dd64280d0eeb142de89806365ea (diff) | |
download | gitea-bea497ff96f4deae617e54468576d11d105e2125.tar.gz gitea-bea497ff96f4deae617e54468576d11d105e2125.zip |
nextcloud oauth (#10562)
Fix #7078
Diffstat (limited to 'options')
-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 be478ad44b..90abac6f19 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1927,6 +1927,7 @@ auths.tips.oauth2.general = OAuth2 Authentication auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback auths.tip.oauth2_provider = OAuth2 Provider auths.tip.bitbucket = Register a new OAuth consumer on https://bitbucket.org/account/user/<your username>/oauth-consumers/new and add the permission 'Account' - 'Read' +auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client" auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login" auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new |