From 410e4ed9c243aeebd2d06c529da80c17a1619a46 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 16 Feb 2015 17:54:04 +0200 Subject: [PATCH] State token validity in password reset emails --- lib/Plack/App/Gruntmaster.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 2b06c93..2edc6dc 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -278,6 +278,8 @@ website using the following information: Username: $_{username} Password: Reset token: $token + +The token is valid for 24 hours. EOF my $email = Email::Simple->create( header => [ -- 2.39.2