mirror of
https://gitee.com/gitea/gitea
synced 2025-12-20 15:36:37 +08: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