-
Notifications
You must be signed in to change notification settings - Fork 18
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
Dev server only: can not sign in #1003
Comments
Just tested and also seeing this happen. |
It started working while I was investigating. I didn't change anything. It also started working for Rebecca which is interesting since on dev we're running different code bases from /var/www/username. I believe authentication uses code from FriendsofSymfony (FOS), which builds on Symfony. |
in src/Zeega/UserBundle/Controller/SecurityController.php: |
well that's no good. @jcuanm, do you think you could try fixing this? |
Logging in to the dev server when using the correct username and password does not work. The username is set to "none" and on the next page load the user is logged out.
The text was updated successfully, but these errors were encountered: