diff options
author | Nicolas Vigier <boklm@mageia.org> | 2014-03-01 11:47:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2014-03-01 11:47:40 +0000 |
commit | 042bfb50c2927bfb7b34285c836118e006c2be3b (patch) | |
tree | cb84e4534d9084e9646560b07beefe97c5f4fe08 | |
parent | abe34eb8ea6c986cfcf20c4f765260065a729eb4 (diff) | |
download | identity-042bfb50c2927bfb7b34285c836118e006c2be3b.tar identity-042bfb50c2927bfb7b34285c836118e006c2be3b.tar.gz identity-042bfb50c2927bfb7b34285c836118e006c2be3b.tar.bz2 identity-042bfb50c2927bfb7b34285c836118e006c2be3b.tar.xz identity-042bfb50c2927bfb7b34285c836118e006c2be3b.zip |
Try to make captcha easier
-rw-r--r-- | catdap.yml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |