From 050315fd4253a962a5a2fa7fc69eb712bbf0ecdc Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 29 Mar 2015 20:52:16 +0200 Subject: Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested. --- server.go | 1 + 1 file changed, 1 insertion(+) (limited to 'server.go') diff --git a/server.go b/server.go index 5b29e50..0ea1851 100644 --- a/server.go +++ b/server.go @@ -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.") } -- cgit v1.2.3