mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -42,7 +42,7 @@ class UserProvider implements UserProviderInterface
|
||||
->getSingleResult();
|
||||
} catch (NoResultException $e) {
|
||||
throw new UsernameNotFoundException(
|
||||
sprintf('Bad credentials.'),
|
||||
'Bad credentials.',
|
||||
0,
|
||||
$e
|
||||
);
|
||||
|
Reference in New Issue
Block a user