mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
This commit is contained in:
committed by
techknowlogick
parent
84a5b81d27
commit
4ff6effe04
@@ -296,7 +296,7 @@ func RegisterRoutes(m *macaron.Macaron) {
|
||||
|
||||
m.Group("/user", func() {
|
||||
// r.Get("/feeds", binding.Bind(auth.FeedsForm{}), user.Feeds)
|
||||
m.Any("/activate", user.Activate)
|
||||
m.Any("/activate", user.Activate, reqSignIn)
|
||||
m.Any("/activate_email", user.ActivateEmail)
|
||||
m.Get("/email2user", user.Email2User)
|
||||
m.Get("/forgot_password", user.ForgotPasswd)
|
||||
|
Reference in New Issue
Block a user