mirror of https://github.com/go-gitea/gitea.git
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.
7ad31567cd
When the user does not set a username lookup condition, LDAP will get an empty string `""` for the user, hence the following code ``` if isExist, err := user_model.IsUserExist(db.DefaultContext, 0, sr.Username) ``` The user presence determination will always be nonexistent, so updates to user information will never be performed. Fix #27049 |
1 year ago | |
---|---|---|
.. | ||
source | 1 year ago | |
auth.go | 1 year ago | |
auth_test.go | 2 years ago | |
basic.go | 1 year ago | |
group.go | 1 year ago | |
httpsign.go | 1 year ago | |
interface.go | 1 year ago | |
oauth2.go | 1 year ago | |
reverseproxy.go | 1 year ago | |
session.go | 1 year ago | |
signin.go | 1 year ago | |
source.go | 2 years ago | |
sspi.go | 1 year ago | |
sspiauth_posix.go | 1 year ago | |
sspiauth_windows.go | 1 year ago | |
sync.go | 2 years ago |