elic-dev / laravel-math-captcha

A simple math captcha for Laravel form validation.
MIT License
12 stars 9 forks source link

Numbers as strings and customize the input field #6

Closed hnnweb closed 3 years ago

hnnweb commented 5 years ago

Make it harder for bots with translation from numbers and operators to strings. This is configurable. Also make it possible for the user to customize the parameters for the input field.

L1lle commented 3 years ago

Thank you for pointing this out. I'll have a look. Edit: Sorry, I replied in the wrong issue. But I'll check this pull request as well.

L1lle commented 3 years ago

I've made some changes to your changes. Please check them out https://github.com/elic-dev/laravel-math-captcha/commit/db027be10a26f317c21e6a77319bb07780c65049 . You had an error in your English language file. And please make sure to follow existing code conventions (a personal note).

The option is to "false" on default. I still find the text version really hard to read and solve. It might help to block bots, but it will also block humans.

I've set this to version 1.1.