Details
Description
China cannot use reCaptcha because it's a Google product. Some other countries may have similar restrictions.
Add the ability to use, as an alternative to reCaptcha, an internally generated captcha. Maybe there is a FOSS MIT licensed library that can generage a decent captcha? If so, let's add it as an option.
Maybe this should be part of the core, there are some other areas that would benefit from this including:
- The Support Manager - when opening a ticket without being authenticated use reCaptcha or this Captcha
Something like this library may work:
https://github.com/Gregwar/Captcha
It requires the GD library as well as the mbstring extension. We currently don't recommend the GD library according to the docs https://docs.blesta.com/display/user/Requirements