Samuel
-
Total Posts
:
11850
-
Reward points
:
180550
- Joined: May 23 '01
-
Status: offline
|
Increase or Decrease the complexity of Captcha
Fri. Dec 12, '08 11:50 AM
( permalink)
Our software comes with built-in Captcha capability to help prevent spam. You might want to make the Captcha harder or easier to read by changing the following specs in your web.config:
<add key="captBgNoiseLevel" value="medium"/>
<add key="captLnNoiseLevel" value="medium"/>
<add key="captFontWarpFactor" value="medium"/> You can specify the following for the value attribute of the above 3 appSettings keys: - None
- Low
- Medium
- High
- Extreme
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|