Skip to content

Can't login with valid account on zfcUser3 #667

@stijnhau

Description

@stijnhau

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',
    ];
    `

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions