mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 02:57:20 +00:00
fox #620
This commit is contained in:
@ -67,6 +67,7 @@ type User struct {
|
||||
Website string
|
||||
IsActive bool
|
||||
IsAdmin bool
|
||||
AllowGitHook bool
|
||||
Rands string `xorm:"VARCHAR(10)"`
|
||||
Salt string `xorm:"VARCHAR(10)"`
|
||||
Created time.Time `xorm:"CREATED"`
|
||||
|
Reference in New Issue
Block a user