From 3bab2d4487be7cf0d2fa46187aec0f444a661eb1 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 23 May 2014 10:57:57 +0200 Subject: [PATCH] Add note about expire time Might be confusing for users, if the expire time is not stated. --- app/views/emails/auth/reminder.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/emails/auth/reminder.blade.php b/app/views/emails/auth/reminder.blade.php index d92f2b3f..aebea9e3 100644 --- a/app/views/emails/auth/reminder.blade.php +++ b/app/views/emails/auth/reminder.blade.php @@ -7,7 +7,8 @@

Password Reset

- To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}. + To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
+ This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.