forgejo/services/auth/source
CaiCandong 7ad31567cd
Fix ldap admin privileges update bug (#27051)
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
2023-10-01 11:32:12 +00:00
..
db
ldap Fix ldap admin privileges update bug (#27051) 2023-10-01 11:32:12 +00:00
oauth2
pam
smtp
sspi
source_group_sync.go