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

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -