Skip to content

Commit

Permalink
Merge pull request laravel#2929 from barryvdh/patch-3
Browse files Browse the repository at this point in the history
Add note about expire time
  • Loading branch information
taylorotwell committed May 30, 2014
2 parents f1fe4ef + 3bab2d4 commit e3cb29a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/emails/auth/reminder.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<h2>Password Reset</h2>

<div>
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)) }}.<br/>
This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
</div>
</body>
</html>

0 comments on commit e3cb29a

Please sign in to comment.