Skip to content

Commit e08b57b

Browse files
matthieu88160xabbuh
authored andcommitted
Update exception code status
Related to issue #7594, propose update for exception code status to follow the status code semantic.
1 parent 3844df7 commit e08b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_password_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the user::
5757
if ($currentHour < 14 || $currentHour > 16) {
5858
throw new AuthenticationException(
5959
'You can only log in between 2 and 4!',
60-
100
60+
412
6161
);
6262
}
6363

0 commit comments

Comments
 (0)