From 5cb4b7582dafced618808e58e862d9081cd65d0f Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 3 Jan 2023 18:01:23 -0500 Subject: [PATCH] registration: Amend password reset email to include expiration --- goathacks/templates/emails/password_reset.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goathacks/templates/emails/password_reset.txt b/goathacks/templates/emails/password_reset.txt index bfc2ae5..a669997 100644 --- a/goathacks/templates/emails/password_reset.txt +++ b/goathacks/templates/emails/password_reset.txt @@ -5,6 +5,8 @@ wasn't you, don't worry. Just ignore this request, and nothing will happen. If this was you, please follow this link: {{url_for("registration.do_reset", id=code, _external=True)}} +This link will expire in 30 minutes. + Happy Hacking! GoatHacks Team