Hi,
In the development source (2.1.7-dev) a new parameter called captcha.ignore.case = false is introduced. You do not find that in 2.1.6 I think.
There are no way in this configuration to select what "style" that are used. That would be a good idea to introduce something like that.
JForum uses the JCaptcha package for this (
http://jcaptcha.sourceforge.net/).
You can modify net/jforum/util/Captcha.java in order to achieve what you want.
But, please file an issue into Jira asking for more general changes to this class. There are probably others that would like to be able to change this without having to recompile the code.
Best regards,
Jakob
[originally posted on jforum.net by lazee]