summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-25 05:35:23 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-25 05:35:23 -0400
commit32b09681b2da96afe9a44790e7944c4ac51e696c (patch)
tree1b66f2a799ae2251b5e46637000422c2fd03d111 /modules/auth
parent8644c571dbcb964a338565c8042ff71957030e52 (diff)
downloadgitea-32b09681b2da96afe9a44790e7944c4ac51e696c.tar.gz
gitea-32b09681b2da96afe9a44790e7944c4ac51e696c.zip
Migrate repository by organization
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/repo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo.go b/modules/auth/repo.go
index 999f33fe81..db13743de8 100644
--- a/modules/auth/repo.go
+++ b/modules/auth/repo.go
@@ -48,6 +48,7 @@ type MigrateRepoForm struct {
Url string `form:"url" binding:"Url"`
AuthUserName string `form:"auth_username"`
AuthPasswd string `form:"auth_password"`
+ Uid int64 `form:"uid" binding:"Required"`
RepoName string `form:"repo" binding:"Required;AlphaDash;MaxSize(100)"`
Mirror bool `form:"mirror"`
Private bool `form:"private"`