Closed (fixed)
Project:
CAPTCHA
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2005 at 21:53 UTC
Updated:
5 Mar 2006 at 02:26 UTC
Why is the CAPTCHA module producing images and storing them in the /captcha/image directory?
I found a ton of these images sitting in this directory and on my servers after I looked at my server logs. By default, this folder is HIDDEN on my servers.
I am concerned about this from two issues:
1) Large amount of images piling up on the server that aren't being deleted
2) A potential security risk into the CMS
Please advise
Comments
Comment #1
arnabdotorg commentedThis should NOT be happening!
This is how the old version used to work, NOT the new one. Captcha images are rendered as separate drupal page accesses, and are not flushed to disk.
1. Please upgrade to latest versions of the code.
2. Do you have any out-of-drupal caching implemented?
3. "hidden" can be reset by doing
chmod 777 images -RComment #2
arnabdotorg commentedClosing; please reopen if this is a geniune problem.
Comment #3
arnabdotorg commented