Migrate ability to reset passwords
This commit is contained in:
parent
f47f0cd549
commit
2d57772528
7 changed files with 131 additions and 0 deletions
|
@ -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',
|
||||
|
||||
];
|
||||
|
|
|
@ -12,6 +12,7 @@ return [
|
|||
'password' => 'Password',
|
||||
'email' => 'Email',
|
||||
'whoops' => 'Whoops',
|
||||
'success' => 'Success',
|
||||
'location' => 'Location',
|
||||
'node' => 'Node',
|
||||
'connection' => 'Connection',
|
||||
|
|
Reference in a new issue