Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login is broken #12

Open
yourithielen opened this issue Oct 27, 2014 · 1 comment
Open

Login is broken #12

yourithielen opened this issue Oct 27, 2014 · 1 comment

Comments

@yourithielen
Copy link

Somehow the session file is not stored on the server (/var/lib/php5). After entering the correct credentials (everzet / qwerty) the login form redirect back to the login form.

dev.log:

...
[2014-10-27 05:43:21] doctrine.DEBUG: SELECT t0.username AS username1, t0.password AS password2, t0.salt AS salt3, t0.id AS id4 FROM ProjectManager t0 WHERE t0.username = ? LIMIT 1 ["everzet"] []
[2014-10-27 05:43:21] security.INFO: User "everzet" has been authenticated successfully [] []
[2014-10-27 05:43:21] event.DEBUG: Listener "Symfony\Component\Security\Http\Firewall::onKernelRequest" stopped propagation of the event "kernel.request". [] []
[2014-10-27 05:43:21] event.DEBUG: Listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest" was not called for event "kernel.request". [] []
[2014-10-27 05:43:21] event.DEBUG: Listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger" was not called for event "kernel.request". [] []
[2014-10-27 05:43:21] event.DEBUG: Listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger" was not called for event "kernel.request". [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". [] []
[2014-10-27 05:43:21] security.DEBUG: Write SecurityContext in the session [] []
...
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". [] []
[2014-10-27 05:43:21] request.INFO: Matched route "list_my_projects" (parameters: "_controller": "controllers.list_my_projects:listAction", "_route": "list_my_projects") [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". [] []
[2014-10-27 05:43:21] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". [] []
[2014-10-27 05:43:21] security.INFO: Populated SecurityContext with an anonymous Token [] []

@yourithielen
Copy link
Author

PR #11 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant