dapphp / securimage

PHP CAPTCHA Script
https://github.com/dapphp/securimage
BSD 2-Clause "Simplified" License
568 stars 190 forks source link

Possibility to make the captcha's input required #82

Closed mirabellette closed 4 years ago

mirabellette commented 5 years ago

I added to the captcha's input text a required tag in order to oblige the user to fill it.

It could be disable with 'input_required' => false.

For example: Securimage::getCaptchaHtml(array('input_required' => false))