View Issue Details

IDProjectCategoryView StatusLast Update
0000402XMB1Bugspublic2011-02-11 09:45
Reportermiqrogroove Assigned Tomiqrogroove  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.9.8 SP2 
Target Version1.9.11.11Fixed in Version1.9.11.11 
Summary0000402: Captcha Size Settings Don't Work
DescriptionOkay so I'm not really sure what's going on, but in my settings, I've changed my image's width & height to around 190 by 50 so that the captcha won't stretch out my sidebar on the portal page.

Yet, every time I logout to see the width of the new captcha image, it's STILL 250 by 50. What's going on?
Additional Informationhttp://forums.xmbforum.com/viewthread.php?tid=775862
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original ReporterTiffanyBee
SVN Revision2436

Relationships

related to 0000424 closedmiqrogroove Allow CAPTCHA and DEBUG Together 

Activities

miqrogroove

2011-01-13 13:50

administrator   ~0000277

A note from John Briggs:

define('CAPTCHA_HEIGHT', $SETTINGS['captcha_image_width']);

should be

define('CAPTCHA_HEIGHT', $SETTINGS['captcha_image_height']);

miqrogroove

2011-01-26 21:50

administrator   ~0000289

Tested and working.

Issue History

Date Modified Username Field Change
2010-12-12 12:53 miqrogroove New Issue
2010-12-12 12:53 miqrogroove Original Reporter => TiffanyBee
2010-12-12 13:21 miqrogroove Status new => confirmed
2010-12-12 13:22 miqrogroove Projection none => major rework
2010-12-12 13:22 miqrogroove ETA none => > 1 month
2011-01-13 13:50 miqrogroove Note Added: 0000277
2011-01-17 20:17 miqrogroove Relationship added related to 0000424
2011-01-26 19:50 miqrogroove Status confirmed => assigned
2011-01-26 19:50 miqrogroove Assigned To => miqrogroove
2011-01-26 21:50 miqrogroove SVN Revision => 2436
2011-01-26 21:50 miqrogroove Note Added: 0000289
2011-01-26 21:50 miqrogroove Status assigned => resolved
2011-01-26 21:50 miqrogroove Fixed in Version => 1.9.11.11
2011-01-26 21:50 miqrogroove Resolution open => fixed
2011-02-11 09:45 miqrogroove Status resolved => closed