diff --git a/routers/routes/routes.go b/routers/routes/routes.go index 4bd9fb6b6..5570e8a6b 100755 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -366,7 +366,7 @@ func RegisterRoutes(m *macaron.Macaron) { m.Group("/user", func() { m.Get("/login", user.SignIn) m.Get("/login/cloud_brain", user.SignInCloudBrain) - + m.Post("/login", bindIgnErr(auth.SignInForm{}), user.SignInPost) m.Group("", func() { m.Combo("/login/openid"). diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index a1f89b4a3..718d7b233 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -97,15 +97,17 @@