I'm trying to set a login(Authentication) using Zend2 and DoctrineODMModule but I am getting an error.
I have followed the tutorial to setup the Authentication of Zend2 with doctorineODMModule on github
any suggestion what I am doing wrong? or what I have to do?
i have done it in the following way. in doctrine mdule.config.php
in Admin/Document/User.php created two methods getUsername and getPassword.
created controller in index controller.php