Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab211d5

Browse files
authored
Merge pull request Laravel-Lang#1047 from andrey-helldar/patch-3
[ru] Laravel 5.7 and below checks the password length of six characters
2 parents c97078f + 2396edc commit ab211d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ru/passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|
1313
*/
1414

15-
'password' => 'Пароль должен быть не менее восьми символов и совпадать с подтверждением.',
15+
'password' => 'Пароль должен быть не менее шести символов и совпадать с подтверждением.',
1616
'reset' => 'Ваш пароль был сброшен!',
1717
'sent' => 'Ссылка на сброс пароля была отправлена!',
1818
'token' => 'Ошибочный код сброса пароля.',

0 commit comments

Comments
 (0)