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 not working #3

Open
ghost opened this issue Apr 30, 2014 · 0 comments
Open

login not working #3

ghost opened this issue Apr 30, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 30, 2014

Hello,
after installing the project, I've added the user like you said, then I navigated to web/admin.php (through a symlink) and tried to log in. It just gives me the login window again. It says this in the log:

[2014-04-30 14:11:22] myapp.INFO: Matched route "config_index" (parameters: "_controller": "[{},"indexAction"]", "_route": "config_index") [] []
[2014-04-30 14:11:22] myapp.CRITICAL: Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException: A Token was not found in the SecurityContext. (uncaught exception) at /data/www/.satis-admin/vendor/symfony/security/Symfony/Component/Security/Http/Firewall/AccessListener.php line 56 {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationCredentialsNotFoundException: A Token was not found in the SecurityContext. at /data/www/.satis-admin/vendor/symfony/security/Symfony/Component/Security/Http/Firewall/AccessListener.php:56)"} []
[2014-04-30 14:11:22] myapp.INFO: Authentication exception occurred; redirecting to authentication entry point (A Token was not found in the SecurityContext.) [] []
[2014-04-30 14:11:22] myapp.DEBUG: Calling Authentication entry point [] []
[2014-04-30 14:11:22] myapp.INFO: < 401 [] []

config/users.json contains:

{
    "wpsgit": [
        "ROLE_USER",
        "dmn---SNIP---OPA=="
    ]
}
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

0 participants