Skip to content

Commit 4bef1fb

Browse files
authored
Update register application URL for GitLab (#29959)
Fix #26593 The old URL was updated 7 years ago. Maybe no need to hold it any more. ![image](https://github.com/go-gitea/gitea/assets/18380374/95a0b364-832b-4f10-800e-21845d64df1a)
1 parent cdb4d1a commit 4bef1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@ auths.tip.nextcloud = Register a new OAuth consumer on your instance using the f
30933093
auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
30943094
auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
30953095
auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
3096-
auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications
3096+
auths.tip.gitlab_new = Register a new application on https://gitlab.com/-/profile/applications
30973097
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
30983098
auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
30993099
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

templates/admin/auth/new.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<li>GitHub</li>
100100
<span>{{ctx.Locale.Tr "admin.auths.tip.github"}}</span>
101101
<li>GitLab</li>
102-
<span>{{ctx.Locale.Tr "admin.auths.tip.gitlab"}}</span>
102+
<span>{{ctx.Locale.Tr "admin.auths.tip.gitlab_new"}}</span>
103103
<li>Google</li>
104104
<span>{{ctx.Locale.Tr "admin.auths.tip.google_plus"}}</span>
105105
<li>OpenID Connect</li>

0 commit comments

Comments
 (0)