State token validity in password reset emails
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 16 Feb 2015 15:54:04 +0000 (17:54 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 16 Feb 2015 15:54:04 +0000 (17:54 +0200)
lib/Plack/App/Gruntmaster.pm

index 2b06c931ae56230e962a2a80df72ae5b086d4ec2..2edc6dc2999daa3cbb9006cb3954e25b48fe4ada 100644 (file)
@@ -278,6 +278,8 @@ website using the following information:
 Username: $_{username}
 Password: <your new password>
 Reset token: $token
+
+The token is valid for 24 hours.
 EOF
                        my $email = Email::Simple->create(
                                header => [
This page took 0.010928 seconds and 4 git commands to generate.