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