Closed (fixed)
Project:
CAPTCHA
Version:
5.x-3.0-rc3
Component:
Image Captcha (image_captcha)
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2007 at 14:45 UTC
Updated:
24 Oct 2007 at 16:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachIt seems alright with me.
Comment #2
soxofaan commenteddoes
$width = 1.4 * $font_size * $character_quantity;also work for that font?
I wouldn't make that scale factor too big, because the bigger the images, the more resources you waste to the spammers.
beside that, it's ok for me
Comment #3
Hyunwoo commentedsome letters(3 characters at 20 image generation) are cut at "1.4" as you can see in attached picture. but, no cut letters in "1.5".
I think admin should select the value in admin menu...
Comment #4
robloachThe attached patch will add a "Character spacing" option to the Image Captcha settings screen that will allow you to change this value. Mind reviewing it?
Comment #5
robloachThis patch turns the textfield into a combo box. Even though it's not as user friendly, I think I still like the textfield more because you have complete control over the value.
Comment #6
soxofaan commentedI reworked the patch from #5 a bit, mainly UI layout/structure tweaks:
Comment #7
robloachNice one! I like having everything in fieldsets.
Comment #8
(not verified) commented