You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 month ago
..
2fa.go Move context from modules to services (#29440) 1 year ago
auth.go Support for email addresses containing uppercase characters when activating user account (#32998) (#33001) 2 months ago
auth_test.go Refactor names (#31405) 8 months ago
linkaccount.go Fix Account linking page (#33325) (#33327) 1 month ago
main_test.go
oauth.go Fix oauth2 error handle not return immediately (#32514) 3 months ago
oauth2_provider.go Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32573) 3 months ago
oauth_test.go Use user.FullName in Oauth2 id_token response (#32542) 3 months ago
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 6 months ago
password.go Support for email addresses containing uppercase characters when activating user account (#32998) (#33001) 2 months ago
webauthn.go Fix: passkey login not working anymore (#32623) 3 months ago