LM-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

In login action, when the form is not valid, the controller redirects to login and the form error messages are lost #75

Closed visto9259 closed 3 months ago

visto9259 commented 5 months ago

In the login action, when the form is not valid, the controller redirects to the login route. Therefore, any form validation errors are lost.

The controller should render the login view again with the validated form such that the errors are available for display by the login view.

visto9259 commented 3 months ago

Fixed in v4. Will be fixed in v3 as well