gitea/routers/web/auth
Giteabot e72d001708
Fix Account linking page (#33325) (#33327)
Backport #33325 by CrimsonEdgeHope

Fix password form missing whilst linking account even with
`ENABLE_PASSWORD_SIGNIN_FORM = true`.

Remove redundant empty box in account linking sign up page when
`LinkAccountMode` is true.

Co-authored-by: CrimsonEdgeHope <92579614+CrimsonEdgeHope@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-19 13:02:33 +00:00
..
2fa.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
auth.go Support for email addresses containing uppercase characters when activating user account (#32998) (#33001) 2024-12-27 11:41:41 +00:00
auth_test.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
linkaccount.go Fix Account linking page (#33325) (#33327) 2025-01-19 13:02:33 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
oauth.go Fix oauth2 error handle not return immediately (#32514) 2024-11-15 02:13:01 +00:00
oauth2_provider.go Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32573) 2024-11-22 12:06:41 +08:00
oauth_test.go Use user.FullName in Oauth2 id_token response (#32542) 2024-11-18 19:24:17 +08:00
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 2024-08-19 17:58:53 +00:00
password.go Support for email addresses containing uppercase characters when activating user account (#32998) (#33001) 2024-12-27 11:41:41 +00:00
webauthn.go Fix: passkey login not working anymore (#32623) 2024-11-26 16:04:17 +00:00