mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-27 07:30:15 +00:00
`authenticator.Authenticate` has assume the login name is not an email, but `username` maybe an email. So when we find the user via email address, we should use `user.LoginName` instead of `username` which is an email address. |
||
|---|---|---|
| .. | ||
| source | ||
| auth_test.go | ||
| auth.go | ||
| basic.go | ||
| group.go | ||
| interface.go | ||
| oauth2.go | ||
| placeholder.go | ||
| reverseproxy.go | ||
| session.go | ||
| signin.go | ||
| source.go | ||
| sspi_windows.go | ||
| sync.go | ||