Migrate ability to reset passwords

This commit is contained in:
BlameDylan 2015-12-08 18:28:49 -06:00
parent f47f0cd549
commit 2d57772528
7 changed files with 131 additions and 0 deletions

View file

@ -17,6 +17,9 @@ return [
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'errorencountered' => 'There was an error encountered while attempting to process this request.',
'resetpassword' => 'Reset Password',
'confirmpassword' => 'Confirm Password',
'sendlink' => 'Send Password Reset Link',
'emailsent' => 'Your password reset email is on its way.',
'remeberme' => 'Remeber Me',
];

View file

@ -12,6 +12,7 @@ return [
'password' => 'Password',
'email' => 'Email',
'whoops' => 'Whoops',
'success' => 'Success',
'location' => 'Location',
'node' => 'Node',
'connection' => 'Connection',