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

captcha possible for login form #680

Open lampi87 opened 6 years ago

lampi87 commented 6 years ago

Possibility to configure captcha for login form. New parameter in configuration: "use_login_form_captcha" to enable captcha in login Captcha options are equal to registration captcha

Additionally csrf is enabled, as form is validated by isValid() function

stijnhau commented 5 years ago

Update the default configuration file to add this possisble change to the documentation.

lampi87 commented 5 years ago

Sorry for late reply. Default config has been updated

stijnhau commented 5 years ago

Maybe this can be merged in now?

lampi87 commented 4 years ago

In my opinion, this can be merged