2023-05-15 22:46:51 +00:00
|
|
|
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
|
|
|
|
{{template "base/alert" .}}
|
|
|
|
{{end}}
|
|
|
|
<h4 class="ui top attached header center">
|
|
|
|
{{if .LinkAccountMode}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "auth.oauth_signin_title"}}
|
2023-05-15 22:46:51 +00:00
|
|
|
{{else}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "auth.login_userpass"}}
|
2023-05-15 22:46:51 +00:00
|
|
|
{{end}}
|
|
|
|
</h4>
|
|
|
|
<div class="ui attached segment">
|
2024-03-06 14:20:26 +00:00
|
|
|
<form class="ui form tw-max-w-2xl tw-m-auto" action="{{.SignInLink}}" method="post">
|
2023-05-15 22:46:51 +00:00
|
|
|
{{.CsrfTokenHtml}}
|
2024-03-06 14:20:26 +00:00
|
|
|
<div class="required field {{if and (.Err_UserName) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}">
|
2023-09-25 08:56:50 +00:00
|
|
|
<label for="user_name">{{ctx.Locale.Tr "home.uname_holder"}}</label>
|
2024-02-21 14:14:37 +00:00
|
|
|
<input id="user_name" type="text" name="user_name" value="{{.user_name}}" autofocus required>
|
2023-05-15 22:46:51 +00:00
|
|
|
</div>
|
|
|
|
{{if or (not .DisablePassword) .LinkAccountMode}}
|
2024-03-06 14:20:26 +00:00
|
|
|
<div class="required field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}">
|
2023-09-25 08:56:50 +00:00
|
|
|
<label for="password">{{ctx.Locale.Tr "password"}}</label>
|
2024-02-21 14:14:37 +00:00
|
|
|
<input id="password" name="password" type="password" value="{{.password}}" autocomplete="current-password" required>
|
2023-05-15 22:46:51 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
{{if not .LinkAccountMode}}
|
|
|
|
<div class="inline field">
|
|
|
|
<div class="ui checkbox">
|
2023-09-25 08:56:50 +00:00
|
|
|
<label>{{ctx.Locale.Tr "auth.remember_me"}}</label>
|
2023-05-15 22:46:51 +00:00
|
|
|
<input name="remember" type="checkbox">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{template "user/auth/captcha" .}}
|
|
|
|
|
2024-03-06 14:20:26 +00:00
|
|
|
<div class="field">
|
2023-09-18 22:05:31 +00:00
|
|
|
<button class="ui primary button">
|
2018-10-28 22:46:16 +00:00
|
|
|
{{if .LinkAccountMode}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "auth.oauth_signin_submit"}}
|
2018-10-28 22:46:16 +00:00
|
|
|
{{else}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "sign_in"}}
|
2017-03-17 14:16:08 +00:00
|
|
|
{{end}}
|
2023-05-15 22:46:51 +00:00
|
|
|
</button>
|
2023-09-25 08:56:50 +00:00
|
|
|
<a href="{{AppSubUrl}}/user/forgot_password">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
|
2023-05-15 22:46:51 +00:00
|
|
|
</div>
|
2017-02-22 07:14:37 +00:00
|
|
|
|
2023-05-15 22:46:51 +00:00
|
|
|
{{if .ShowRegistrationButton}}
|
2024-03-06 14:20:26 +00:00
|
|
|
<div class="field">
|
2024-03-10 08:51:19 +00:00
|
|
|
<a href="{{AppSubUrl}}/user/sign_up">{{ctx.Locale.Tr "auth.sign_up_now"}}</a>
|
2023-05-15 22:46:51 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2017-02-22 07:14:37 +00:00
|
|
|
|
2023-11-03 01:41:00 +00:00
|
|
|
{{if .OAuth2Providers}}
|
2023-06-29 12:24:22 +00:00
|
|
|
<div class="divider divider-text">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "sign_in_or"}}
|
2023-06-13 10:51:02 +00:00
|
|
|
</div>
|
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
|
|
|
<div id="oauth2-login-navigator" class="tw-py-1">
|
2024-03-22 13:45:10 +00:00
|
|
|
<div class="tw-flex tw-flex-col tw-justify-center">
|
2024-03-24 14:31:35 +00:00
|
|
|
<div id="oauth2-login-navigator-inner" class="tw-flex tw-flex-col tw-flex-wrap tw-items-center tw-gap-2">
|
2023-11-03 01:41:00 +00:00
|
|
|
{{range $provider := .OAuth2Providers}}
|
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
|
|
|
<a class="{{$provider.Name}} ui button tw-flex tw-items-center tw-justify-center tw-py-2 tw-w-full oauth-login-link" href="{{AppSubUrl}}/user/oauth2/{{$provider.DisplayName}}">
|
2023-09-19 21:47:13 +00:00
|
|
|
{{$provider.IconHTML 28}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "sign_in_with_provider" $provider.DisplayName}}
|
2023-05-18 11:50:11 +00:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2017-03-17 14:16:08 +00:00
|
|
|
</div>
|
2017-02-22 07:14:37 +00:00
|
|
|
</div>
|
2023-05-15 22:46:51 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
</form>
|
|
|
|
</div>
|