From a4369009cd606831748602663afb4a9ed59da467 Mon Sep 17 00:00:00 2001 From: or-else Date: Sun, 5 Apr 2020 14:13:11 +0300 Subject: [PATCH] fix for #409 and probably for #400 --- server/validate/email/validate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/validate/email/validate.go b/server/validate/email/validate.go index 94c489063..60f6480e7 100644 --- a/server/validate/email/validate.go +++ b/server/validate/email/validate.go @@ -173,7 +173,7 @@ func (v *validator) Init(jsonconf string) error { // Optionally resolve paths against the location of this executable file. v.ValidationTemplFile = resolveTemplatePath(v.ValidationTemplFile) - v.ResetTemplFile = resolveTemplatePath(v.ValidationTemplFile) + v.ResetTemplFile = resolveTemplatePath(v.ResetTemplFile) // Paths to templates could be templates themselves: they may be language-dependent. var validationPathTempl, resetPathTempl *textt.Template