Hello everyone,

I would like to give some precision, for this plugin version 1.4.3,
when using with symfony 1.4:

- you have to create a file plugins/sfCaptchaGDPlugin/modules/
sfCaptchaGD/config/security.yml with:
GetImage:
  is_secure: false


"false" and NOT "off" !!

- and put the params, into app.yml:
all:

 sf_captchagd:
  image_width:                200 # image width in pixels
  image_height:               60 # image height in pixels
  chars:                      "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789" #
possible chars in captcha
  length:                     4 # length of captcha
  font_size:                  18 # font size
  # possible chars colors
  font_color:                 ["252525", "8b8787", "550707", "3526E6",
"88531E"]
  # chars fonts
  fonts:                      ["akbar/akbar.ttf", "brushcut/
BRUSHCUT.TTF", "molten/molten.ttf", "planet_benson/Planetbe.ttf",
"whoobub/WHOOBUB_.TTF"]
  background_color:           DDDDDD # image background color
  border_color:               000000 # image border color

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to