mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	This commit is contained in:
		| @@ -341,8 +341,10 @@ func ForgotPasswdPost(ctx *context.Context) { | ||||
| 	u, err := models.GetUserByEmail(email) | ||||
| 	if err != nil { | ||||
| 		if models.IsErrUserNotExist(err) { | ||||
| 			ctx.Data["Err_Email"] = true | ||||
| 			ctx.RenderWithErr(ctx.Tr("auth.email_not_associate"), FORGOT_PASSWORD, nil) | ||||
| 			ctx.Data["Hours"] = setting.Service.ActiveCodeLives / 60 | ||||
| 			ctx.Data["IsResetSent"] = true | ||||
| 			ctx.HTML(200, FORGOT_PASSWORD) | ||||
| 			return | ||||
| 		} else { | ||||
| 			ctx.Handle(500, "user.ResetPasswd(check existence)", err) | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user