We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Passwords::getMaxLengthRule()
1 parent 1225c80 commit 6d25b29Copy full SHA for 6d25b29
docs/addons/jwt.md
@@ -219,7 +219,7 @@ class LoginController extends BaseController
219
],
220
'password' => [
221
'label' => 'Auth.password',
222
- 'rules' => 'required|' . Passwords::getMaxLenghtRule(),
+ 'rules' => 'required|' . Passwords::getMaxLengthRule(),
223
'errors' => [
224
'max_byte' => 'Auth.errorPasswordTooLongBytes',
225
0 commit comments