mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix bug when user login and want to resend register confirmation email (#6482)
This commit is contained in:
		@@ -339,7 +339,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