Missing configuration step?
beecrowd opened this issue · 2 comments
beecrowd commented
I followed the configuration steps and when using both Cookie then Multicolumn, the Cookie itself never works. It always falls back to the Multicolumn. Is there any other steps?
The cookie itself is being created and hashed. However, it is not used to log the user in.
birdy247 commented
I am also having this "problem". Cake 3. The cookie is created, but it does not log the user in.
birdy247 commented
I have resolved this. I was assuming that the cookie keys needed to be username/password. However, I identify with email/password. Changing this in _setCookie resolved the issue. Great plugin!