File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ key in your application configuration.
23
23
24
24
* `access_denied_url `_
25
25
* `expose_security_errors `_
26
- * `hide_user_not_found `_ (deprecated)
27
26
* `session_fixation_strategy `_
28
27
29
28
**Advanced Options **:
@@ -64,24 +63,6 @@ option can be one of the following:
64
63
accounts) but only for users who provided the correct password;
65
64
* ``'all' ``: shows all security-related exceptions.
66
65
67
- hide_user_not_found
68
- -------------------
69
-
70
- **type **: ``boolean `` **default **: ``true ``
71
-
72
- .. deprecated :: 7.3
73
-
74
- The ``hide_user_not_found `` option was deprecated in favor of the
75
- ``expose_security_errors `` option in Symfony 7.3.
76
-
77
- If ``true ``, when a user is not found a generic exception of type
78
- :class: `Symfony\\ Component\\ Security\\ Core\\ Exception\\ BadCredentialsException `
79
- is thrown with the message "Bad credentials".
80
-
81
- If ``false ``, the exception thrown is of type
82
- :class: `Symfony\\ Component\\ Security\\ Core\\ Exception\\ UserNotFoundException `
83
- and it includes the given not found user identifier.
84
-
85
66
session_fixation_strategy
86
67
-------------------------
87
68
You can’t perform that action at this time.
0 commit comments