From 4d6de6c7b9715a6ccce3f09249b47b984b9a1295 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 11 May 2014 11:56:04 +0800 Subject: add login name for auth type --- models/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'models/user.go') diff --git a/models/user.go b/models/user.go index b2b16f11..39709492 100644 --- a/models/user.go +++ b/models/user.go @@ -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 -- cgit v1.2.3