Hi,
since I have changed my bootstrap file and added following code:
| Code: |
$acl = new Application_Model_LibraryAcl;
$auth = Zend_Auth::getInstance();
$fc = Zend_Controller_Front::getInstance();
$fc->registerPlugin(new Application_Plugin_AccessCheck($acl, $auth));
|
according to your tutorial on youtube, no error messages for the login action are displayed.
when I submit an empty form it redirects me to authentication/login, which appears to be a blank empty page. the same problem occurs when I provide wrong login data.
when I delete the upper code and in that way remove acl and go to authentication/login errormessage is displayed.
please help
