symfony - Symfony2 bundle, show CAPTCHA only after few tries -


is there bundle symfony2 (orocrm) bundle show captcha (recaptcha better) after few tries, not @ first time after page loading. or maybe there way in symfony2.

you can use session purpose. save counter value in session variable , compare predefined value: if greater value use captcha if not - increment counter.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -