Hello @lajosbencz,
the login from my staging. i am using Vokuro as my base system, but the login mechanism is still the same, i haven't changed anything there.
The "You don't have access to this module: private" message is generated by the BaseController.php of Vokuro
https://github.com/phalcon/vokuro/blob/master/app/controllers/ControllerBase.php
I found out that the line 33, $identity = $this->auth->getIdentity(); is NULL, so i think that it has something to to with the sessions, but i really don't know.
I think that i change my server from Centos to Windows, that shouldn't be a problem.
Thx for help :-)
Rgds
Stefan