Update RegisterController password validation rule and associated lang file

This commit is contained in:
jakebathman
2018-10-05 13:54:15 -05:00
parent 0d5c1c81ff
commit 325ae7ac69
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'password' => 'Passwords must be at least eight characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',