1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-27 23:30:00 +02:00
gitea/services/auth
Lunny Xiao 00be0c1b21
Fix login with email for ldap users (#18800)
`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.
2022-02-20 10:28:58 +00:00
..
source
auth_test.go
auth.go
basic.go
group.go
interface.go
oauth2.go
placeholder.go
reverseproxy.go
session.go
signin.go Fix login with email for ldap users (#18800) 2022-02-20 10:28:58 +00:00
source.go
sspi_windows.go
sync.go