Old UniVate Website
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

reminder.blade.php 330B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <h2>Password Reset</h2>
  8. <div>
  9. To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.<br/>
  10. This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
  11. </div>
  12. </body>
  13. </html>