log pkg/controllers/pwreset.go @ 5591:0011f50cf216 surveysperbottleneckid

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
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
Tue, 16 Jul 2019 12:38:44 +0200 Sascha L. Teichmann Reworked password reset to be single mailed. pwreset-rework
Thu, 20 Jun 2019 18:04:53 +0200 Sascha L. Teichmann Password reset: Send redirect to server starting page when reset succeeded.
Sun, 25 Nov 2018 15:56:07 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument of auth.RunAs.
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 17:17:43 +0200 Sascha L. Teichmann Wait in PW reset clean up code until config is loaded. persistent-import-queue
Tue, 04 Sep 2018 11:05:42 +0200 Sascha L. Teichmann Removed obsolete FIXMEs.