Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e08b57b

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/custom_password_authenticator.rst

Copy file name to clipboardExpand all lines: security/custom_password_authenticator.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.