diff options
Diffstat (limited to 'server.go')
| -rw-r--r-- | server.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ func ExecTemplate(template string, w http.ResponseWriter, r *http.Request, flash func ChangePassword(email, oldPassword, newPassword string) error { if !ValidateEmail(email) { + log.Println("No E-Mail: ", email) return errors.New("This doesn't look like a mail adress.") } |
