| kaptcha.border |
Border around kaptcha. Legal values are yes or no.[kaptcha周围的边界。 合法值为是或否。] |
yes |
| kaptcha.border.color |
Color of the border. Legal values are r,g,b (and optional alpha) or white,black,blue.[边框的颜色。 合法值为r,g,b(和可选的alpha)或白色,黑色,蓝色。] |
black |
| kaptcha.border.thickness |
Thickness of the border around kaptcha. Legal values are > 0.[kaptcha周围边界的粗细。 合法值> 0。] |
1 |
| kaptcha.image.width |
Width in pixels of the kaptcha image.[kaptcha图像的宽度(以像素为单位)。] |
200 |
| kaptcha.image.height |
Height in pixels of the kaptcha image.[kaptcha图像的高度(以像素为单位)。] |
50 |
| kaptcha.producer.impl |
The image producer.[图像制作人。] |
com.google.code.kaptcha.impl.DefaultKaptcha |
| kaptcha.textproducer.impl |
The text producer.[文本生产者。] |
com.google.code.kaptcha.text.impl.DefaultTextCreator |
| kaptcha.textproducer.char.string |
The characters that will create the kaptcha.[将创建kaptcha的字符。] |
abcde2345678gfynmnpwx |
| kaptcha.textproducer.char.length |
The number of characters to display.[要显示的字符数。] |
5 |
| kaptcha.textproducer.font.names |
A list of comma separated font names.[逗号分隔的字体名称列表。] |
Arial, Courier |
| kaptcha.textproducer.font.size |
The size of the font to use.[要使用的字体大小。] |
40px. |
| kaptcha.textproducer.font.color |
The color to use for the font. Legal values are r,g,b.[字体使用的颜色。 合法值为r,g,b。] |
black |
| kaptcha.textproducer.char.space |
The space between the characters[字符之间的间隔] |
2 |
| kaptcha.noise.impl |
The noise producer.[噪音产生者。] |
com.google.code.kaptcha.impl.DefaultNoise |
| kaptcha.noise.color |
The noise color. Legal values are r,g,b.[杂色。 合法值为r,g,b。] |
black |
| kaptcha.obscurificator.impl |
The obscurificator implementation.[模糊化器的实现。] |
com.google.code.kaptcha.impl.WaterRipple |
| kaptcha.background.impl |
The background implementation.[背景实现。] |
com.google.code.kaptcha.impl.DefaultBackground |
| kaptcha.background.clear.from |
Starting background color. Legal values are r,g,b.[起始背景色。 合法值为r,g,b。] |
light grey |
| kaptcha.background.clear.to |
Ending background color. Legal values are r,g,b.[结束背景色。 合法值为r,g,b。] |
white |
| kaptcha.word.impl |
The word renderer implementation.[单词渲染器实现。] |
com.google.code.kaptcha.text.impl.DefaultWordRenderer |
| kaptcha.session.key |
The value for the kaptcha is generated and is put into the HttpSession. This is the key value for that item in the session.[生成kaptcha的值,并将其放入HttpSession中。 这是会话中该项目的键值。] |
KAPTCHA_SESSION_KEY |
| kaptcha.session.date |
The date the kaptcha is generated is put into the HttpSession. This is the key value for that item in the session.[生成kaptcha的日期放入HttpSession中。 这是会话中该项目的键值。] |
KAPTCHA_SESSION_DATE |