mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Support delete user email in admin panel (#31690)
   --------- Co-authored-by: Jason Song <i@wolfogre.com>
This commit is contained in:
@@ -395,6 +395,7 @@ type SearchEmailOptions struct {
|
||||
|
||||
// SearchEmailResult is an e-mail address found in the user or email_address table
|
||||
type SearchEmailResult struct {
|
||||
ID int64
|
||||
UID int64
|
||||
Email string
|
||||
IsActivated bool
|
||||
|
Reference in New Issue
Block a user