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 for login form #679

Closed lampi87 closed 4 years ago

lampi87 commented 6 years ago

Hello,

is it possible to add captcha to login form? If yes, how? Or is it possible to replace used login form by configuration?

Thank you, Alex!

ZeinEddin commented 6 years ago

You can use captcha, have a look in the documentation: https://github.com/ZF-Commons/ZfcUser/wiki/How-to-use-image-captcha

lampi87 commented 6 years ago

Thank you for the link. Unfortunately it just seems to work for registration form. My request/question is related to LOGIN form.

lampi87 commented 6 years ago

I've created a pull request #680 as it was not possible