From 042bfb50c2927bfb7b34285c836118e006c2be3b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 1 Mar 2014 11:47:40 +0000 Subject: Try to make captcha easier --- catdap.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'catdap.yml') diff --git a/catdap.yml b/catdap.yml index f03c639..dd82ea8 100644 --- a/catdap.yml +++ b/catdap.yml @@ -132,11 +132,11 @@ Controller::User: Plugin::Captcha: new: - gd_font: giant - width: 160 - height: 60 + width: 250 + height: 100 lines: 6 scramble: 1 + font: /usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf rnd_data: - 2 - 3 @@ -170,7 +170,7 @@ Plugin::Captcha: - Z create: - - normal + - ttf - rect - '#B20000' - '#009900' @@ -178,8 +178,6 @@ Plugin::Captcha: particle: - 1000 - gd_font: giant - Plugin::Session: expires: 600 -- cgit v1.2.1