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 e08b57b commit 2e5ca2eCopy full SHA for 2e5ca2e
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
- 412
+ 412 // HTTP 412 Precondition Failed
61
);
62
}
63
0 commit comments