mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Remove email from user search
This commit is contained in:
parent
3253e3c5aa
commit
6ccb2d36cf
1 changed files with 0 additions and 1 deletions
|
@ -1142,7 +1142,6 @@ func SearchUserByName(opts *SearchUserOptions) (users []*User, _ int64, _ error)
|
|||
// Append conditions
|
||||
sess := x.Where("lower_name like ?", searchQuery).
|
||||
Or("full_name like ?", searchQuery).
|
||||
Or("email like ?", searchQuery).
|
||||
And("type = ?", opts.Type)
|
||||
|
||||
var countSess xorm.Session
|
||||
|
|
Loading…
Reference in a new issue