diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-08 17:53:53 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-08 17:53:53 -0400 |
commit | f160b4f33ca69df13b071648aad09e561dafec26 (patch) | |
tree | dc630164a3c25c70e4ce5f2257b1a4a69a488d7a /models/user.go | |
parent | 1f58d6f5d912187653db442e17d20261fc970b7b (diff) | |
download | gitea-f160b4f33ca69df13b071648aad09e561dafec26.tar.gz gitea-f160b4f33ca69df13b071648aad09e561dafec26.zip |
Add tar.gz download button and other mirror updates
Diffstat (limited to 'models/user.go')
-rw-r--r-- | models/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user.go b/models/user.go index 78ab464249..04ea1fd692 100644 --- a/models/user.go +++ b/models/user.go @@ -47,7 +47,7 @@ type User struct { FullName string Email string `xorm:"unique not null"` Passwd string `xorm:"not null"` - LoginType int + LoginType LoginType LoginSource int64 `xorm:"not null default 0"` LoginName string Type int |