log pkg/controllers/pwreset.go @ 4658:4bbfe3dd2ab5 stree-experiment

age author description
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Wed, 17 Jul 2019 11:34:37 +0200 Sascha L. Teichmann Fixed cases for error strings.
Wed, 17 Jul 2019 11:28:11 +0200 Sascha L. Teichmann Cleaned up whitespace in HTML template for password reset.
Tue, 16 Jul 2019 18:32:24 +0200 Sascha L. Teichmann PW reset: Mention in mail that the request will be canceled if you log in before following the link.
Tue, 16 Jul 2019 13:02:36 +0200 Sascha L. Teichmann More user friendly message if the hash URL is no longer valid. pwreset-rework