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

Can't login with valid account on zfcUser3 #667

Open
stijnhau opened this issue Jun 18, 2017 · 1 comment
Open

Can't login with valid account on zfcUser3 #667

stijnhau opened this issue Jun 18, 2017 · 1 comment

Comments

@stijnhau
Copy link

Don't get an error just a page refreshed and not logged in.

composer.json
{ "name" : "zendframework/skeleton-application", "description" : "Skeleton Application for Zend Framework zend-mvc applications", "require" : { "php" : "^5.6 || ^7.0", "zendframework/zend-component-installer" : ">=1.0.0@stable", "zendframework/zend-mvc" : ">=3.1.0@stable", "zfcampus/zf-development-mode" : ">=3.1.0@stable", "zendframework/zend-i18n-resources" : ">=2.5.2@stable", "zf-commons/zfc-user" : ">=3.0.0@stable" }, "repositories" : [{ "type" : "vcs", "url" : "https://github.com/stijnhau/ZfcUser" } ], "license" : "BSD-3-Clause", "keywords" : [ "framework", "mvc", "zf2", "zf3" ], "autoload-dev" : { "psr-4" : { "ApplicationTest\\" : "module/Application/test/" } }, "minimum-stability" : "dev", "autoload" : { "psr-4" : { "Application\\" : "module/Application/src/", "Test\\" : "module/Test/src/" } }, "type" : "project", "homepage" : "http://framework.zend.com/", "prefer-stable" : true }

modules.config
`<?php
/**

/**

  • List of enabled modules for this application.
  • This should be an array of module namespaces used in the application.
    */
    return [
    // 'Zend\Hydrator',
    // 'Zend\InputFilter',
    // 'Zend\Filter',
    'Zend\Session',
    'Zend\Router',
    'Zend\Validator',
    'Application',
    'ZfcUser',
    'Zend\Mvc\Plugin\FlashMessenger',
    'Zend\I18n',
    'Zend\Form',
    'Zend\Mvc\Plugin\Prg',
    ];
    `
@stijnhau
Copy link
Author

Loging in with invalid combo also no error or warning.
Seems like it has to do with flashmessanger???

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