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.
1 parent 3844df7 commit e08b57bCopy full SHA for e08b57b
security/custom_password_authenticator.rst
@@ -57,7 +57,7 @@ the user::
57
if ($currentHour < 14 || $currentHour > 16) {
58
throw new AuthenticationException(
59
'You can only log in between 2 and 4!',
60
- 100
+ 412
61
);
62
}
63
0 commit comments