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.
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
9 months ago
..
db Reduce usage of `db.DefaultContext` (#27073) 10 months ago
ldap Fix ldap admin privileges update bug (#27051) 9 months ago
oauth2 Increase auth provider icon size on login page (#27122) 10 months ago
pam Reduce usage of `db.DefaultContext` (#27073) 10 months ago
smtp Reduce usage of `db.DefaultContext` (#27073) 10 months ago
sspi Implement FSFE REUSE for golang files (#21840) 2 years ago
source_group_sync.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago