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
Post a Comment