I'm having issues with users being unable to login. My knowledge of ZF2 events is poor, so what I'm about to say may be a red herring, but...
Through a bit of playing around, I'm getting the feeling that the Db Adapter's authenticate method is intended to be called through an "authenticate" event. This is assigned in setDefaultAdapter but subsequently lost and so never gets called. I haven't tracked down why / where it gets lost yet, but the result is that it does not get called and the user is not logged in.
I'm having issues with users being unable to login. My knowledge of ZF2 events is poor, so what I'm about to say may be a red herring, but...
Through a bit of playing around, I'm getting the feeling that the Db Adapter's authenticate method is intended to be called through an "authenticate" event. This is assigned in setDefaultAdapter but subsequently lost and so never gets called. I haven't tracked down why / where it gets lost yet, but the result is that it does not get called and the user is not logged in.