Re: [fw-general] Re: Multiple authentications

2014-11-10 Thread Marco Pivetta
Hi Emmanuel, If your controllers implement at least one marker interface or have something that makes them recognizable at first sight by any automated security checks, then it's trivial to implement a listener attached to the SharedEventManager that: - listens for the controller's

[fw-general] Re: Multiple authentications

2014-11-10 Thread Emmanuel Bouton
Hi Marco, Thanks a lot, I'll do that :) Emmanuel Le lundi 10 novembre 2014, Marco Pivetta ocram...@gmail.com a écrit : Hi Emmanuel, If your controllers implement at least one marker interface or have something that makes them recognizable at first sight by any automated security checks,

[fw-general] zf2 captcha validation does not work on resend via refresh button

2014-11-10 Thread narimani
I am using ZF2 v2.3.3 captcha in a form with this code: in indexController I have: public function loginAction() { $loginForm = new LoginForm ( ); if ($this-getRequest ()-isPost ()) { $postedValues = $this-getRequest ()-getPost (); $loginForm-setData (

Re: [fw-general] @ZendTeam : ping

2014-11-10 Thread Marco Pivetta
Hi Emmanuel, On 10 November 2014 23:11, Emmanuel Bouton got...@gmail.com wrote: Hi all, I'm a ZF coder for 5 years now. I started with ZF1 and enjoyed its simplicity. Then I moved to ZF2 and enjoyed its ability to lead us writing clean code. However by now I'm really confused by the

Re: [fw-general] @ZendTeam : ping

2014-11-10 Thread Ralf Eggert
Hi, while I think that no 3 is an interesting idea, I'm afraid it will piss off a lot of people if components like Zend\Config, Zend\Db, Zend\Console, or Zend\Permissions get kicked for a ZF3 release. I am doing a lot of ZF2 beginner trainings these days and most of my attendees are planning to