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 35d9c6a commit 4d3eb13Copy full SHA for 4d3eb13
security/user_checkers.rst
@@ -37,7 +37,8 @@ or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationExceptio
37
}
38
39
if ($user->isDeleted()) {
40
- throw new CustomUserMessageAccountStatusException('The user account was not found.');
+ // the message passed to this exception is meant to be displayed to the user
41
+ throw new CustomUserMessageAccountStatusException('Your user account no longer exists.');
42
43
44
0 commit comments