mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-27 10:44:29 -04:00 
			
		
		
		
	ensure we don’t try changing LDAP passswords
This commit is contained in:
		| @@ -297,6 +297,12 @@ func ForgotPasswdPost(ctx *middleware.Context) { | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	if !u.IsLocal() { | ||||
| 		ctx.Data["Err_Email"] = true | ||||
| 		ctx.RenderWithErr(ctx.Tr("auth.non_local_account"), FORGOT_PASSWORD, nil) | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	if ctx.Cache.IsExist("MailResendLimit_" + u.LowerName) { | ||||
| 		ctx.Data["ResendLimited"] = true | ||||
| 		ctx.HTML(200, FORGOT_PASSWORD) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user