0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 12:45:08 +01:00
gitea/models/user
Johan Van de Wauw 0cc2675c44
Fix ldap loginname (#18789)
* Use email_address table to check user's email when login with email adress

* Update services/auth/signin.go

* Fix test

* Fix test

* Fix logging in with ldap username != loginname

* Fix if user does not exist yet

* Make more clear this is loginName

* Fix formatting

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
2022-02-18 17:33:00 +08:00
..
avatar.go
email_address.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
email_address_test.go
error.go
external_login_user.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
follow.go
follow_test.go
list.go
main_test.go
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go Improve the comment for 2FA filter in admin panel (#18017) 2022-01-13 21:32:28 +01:00
setting.go Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
setting_keys.go Added auto-save whitespace behavior if it changed manually (#15566) 2022-02-08 14:15:04 +08:00
setting_test.go Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
user.go Pass correct context (#18638) 2022-02-06 12:05:07 +00:00
user_test.go Fix ldap loginname (#18789) 2022-02-18 17:33:00 +08:00