Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make simple captcha work on Windows #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iGEL
Copy link

@iGEL iGEL commented Jul 30, 2012

When calling ImageMagick simple captcha escapes some parameters with '. That doesn't work on Windows and isn't necessary at all. This pull request removes them - works still on MacOS X.

Johannes Barre added 2 commits July 26, 2012 11:20
simple_captcha submits the captcha key (for the DB entry) in the controller based method in the session only. In the model based method, it's submitted in a hidden field. This patch submits the captcha key in a hidden field in the controller based method, too, so it works without cookies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant