mirror of https://github.com/flarum/flarum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
330 B
15 lines
330 B
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h2>Password Reset</h2>
|
|
|
|
<div>
|
|
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>
|