diff --git a/captcha.go b/captcha.go index b34baac..0041d9c 100644 --- a/captcha.go +++ b/captcha.go @@ -62,7 +62,7 @@ func newDefaultOption(width, height int) *Options { return &Options{ BackgroundColor: color.Transparent, CharPreset: charPreset, - TextLength: 4, + TextLength: 6, CurveNumber: 2, FontDPI: 72.0, FontScale: 1.0,