@@ -56,7 +56,7 @@ return array(
'reminder' => array(
- 'email' => 'auth.password', 'table' => 'password_reminders',
+ 'email' => 'emails.auth.reminder', 'table' => 'password_reminders',
),
@@ -0,0 +1,13 @@
+<!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>