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 d409da1 commit 289e251Copy full SHA for 289e251
Authentication/Provider/DaoAuthenticationProvider.php
@@ -59,7 +59,7 @@ protected function checkAuthentication(UserInterface $user, UsernamePasswordToke
59
throw new BadCredentialsException('The credentials were changed from another session.');
60
}
61
} else {
62
- if ("" === ($presentedPassword = $token->getCredentials())) {
+ if ('' === ($presentedPassword = $token->getCredentials())) {
63
throw new BadCredentialsException('The presented password cannot be empty.');
64
65
0 commit comments