mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
add login name for auth type
This commit is contained in:
@ -44,6 +44,7 @@ type User struct {
|
||||
Passwd string `xorm:"not null"`
|
||||
LoginType int
|
||||
LoginSource int64 `xorm:"not null default 0"`
|
||||
LoginName string
|
||||
Type int
|
||||
NumFollowers int
|
||||
NumFollowings int
|
||||
|
Reference in New Issue
Block a user