Add forgot password form

This commit is contained in:
Bubka
2020-01-14 17:06:59 +01:00
parent 2c3f6e514b
commit 2ffe0b107e
10 changed files with 456 additions and 74 deletions

View File

@ -29,6 +29,8 @@ return [
'dont_have_account_yet' => 'Don\'t have your account yet?',
'already_register' => 'Already registered?',
'password_do_not_match' => 'Password do not match',
'forgot_your_password' => 'Forgot your password?',
'request_password_reset' => 'Request a password reset',
]