ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

Error messages? #674

Open jarrettj opened 6 years ago

jarrettj commented 6 years ago

Hi,

How does one display a failed login message? I've tried:

https://github.com/ZF-Commons/ZfcUser/issues/670

But there's never a message after it redirects back to the login page.

If I step through I see the message being set in using flashMessenger. But it just does not work in template view.

Regards. JJ