From 73f6204e0cfd711631f9a94ef13cd25e0328a11c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 11 Sep 2013 21:43:08 +0000 Subject: Plugin::Captcha: change size and number of lines --- catdap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'catdap.yml') diff --git a/catdap.yml b/catdap.yml index 265c88b..86c1e95 100644 --- a/catdap.yml +++ b/catdap.yml @@ -133,9 +133,9 @@ Controller::User: Plugin::Captcha: new: gd_font: giant - width: 100 - height: 40 - lines: 7 + width: 160 + height: 60 + lines: 6 scramble: 1 create: -- cgit v1.2.1