Skip to content

Instantly share code, notes, and snippets.

@GabrielCW
Created December 17, 2015 09:33
Show Gist options
  • Save GabrielCW/c34d449c33c002ec4065 to your computer and use it in GitHub Desktop.
Save GabrielCW/c34d449c33c002ec4065 to your computer and use it in GitHub Desktop.
[2015-12-17 10:26:50] doctrine.DEBUG: SELECT c0_.uid AS uid_0, c0_.deleted AS deleted_1, c0_.deleted_at AS deleted_at_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.username AS username_5, c0_.username_canonical AS username_canonical_6, c0_.email AS email_7, c0_.email_canonical AS email_canonical_8, c0_.password AS password_9, c0_.salt AS salt_10, c0_.enabled AS enabled_11, c0_.locked AS locked_12, c0_.confirmation_token AS confirmation_token_13, c0_.password_requested_at AS password_requested_at_14, c0_.last_login AS last_login_15, c0_.roles AS roles_16 FROM core_user_user c0_ WHERE c0_.username = ? OR c0_.email = ? ["NONE_PROVIDED","NONE_PROVIDED"] []
[2015-12-17 10:26:50] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at /home/gabriel/Projets/ASI/Code/asi-symfony/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php:73, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): Unable to find an active admin AppBundle:User object identified by \"NONE_PROVIDED\". at /home/gabriel/Projets/ASI/Code/asi-symfony/src/Core/UserBundle/Repository/UserRepository.php:33)"} []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment