log pkg/controllers/pwreset.go @ 4087:1562a5fb36dc

age author description
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.
Mon, 03 Sep 2018 18:41:19 +0200 Sascha L. Teichmann If header "X-Use-Protocol" is set by proxy generate https URLS in password resets.
Mon, 03 Sep 2018 17:47:56 +0200 Sascha L. Teichmann Alway use HTTPs URL for password reset.
Mon, 03 Sep 2018 17:24:50 +0200 Sascha L. Teichmann Password reset: Generate right URLs for the server if we are behind a proxy.
Wed, 29 Aug 2018 10:34:46 +0200 Sascha L. Teichmann Password reset: Reduce the risk of timing attacks and being a user oracle when requesting resets.