Merge pull request #2929 from barryvdh/patch-3

Add note about expire time
This commit is contained in:
Taylor Otwell 2014-05-30 13:59:01 -05:00
commit e3cb29a397
1 changed files with 2 additions and 1 deletions

View File

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