mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-04 13:50:39 +00:00
add login name for auth type
This commit is contained in:
parent
43ffacd05b
commit
4d6de6c7b9
5 changed files with 48 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue