ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

Can't login with valid account on zfcUser3 #667

Open stijnhau opened 7 years ago

stijnhau commented 7 years ago

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 /**

/**

stijnhau commented 7 years ago

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