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 | |
---|---|---|
.. | ||
db | 1 year ago | |
ldap | 1 year ago | |
oauth2 | 1 year ago | |
pam | 1 year ago | |
smtp | 1 year ago | |
sspi | ||
source_group_sync.go | 1 year ago |