Commit 3ad5edcc authored by Taylor Otwell's avatar Taylor Otwell

adding a default password reminder e-mail.

parent df319a21
......@@ -56,7 +56,7 @@ return array(
'reminder' => array(
'email' => 'auth.password', 'table' => 'password_reminders',
'email' => 'emails.auth.reminder', 'table' => 'password_reminders',
),
......
<!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)) }}.
</div>
</body>
</html>
\ No newline at end of file
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