Add note about expire time

Might be confusing for users, if the expire time is not stated.
This commit is contained in:
Barry vd. Heuvel 2014-05-23 10:57:57 +02:00
parent 9df2e2343e
commit 3bab2d4487
1 changed files with 2 additions and 1 deletions

View File

@ -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>