Commit e3cb29a3 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2929 from barryvdh/patch-3

Add note about expire time
parents f1fe4efc 3bab2d44
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<h2>Password Reset</h2> <h2>Password Reset</h2>
<div> <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> </div>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment