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

Commits on Jul 26, 2012

  1. ' removed for Windows compatibility

    Johannes Barre committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    1b4ba41 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2012

  1. Submit captcha_key in hidden_field_tag

    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.
    Johannes Barre committed Aug 21, 2012
    Configuration menu
    Copy the full SHA
    b887582 View commit details
    Browse the repository at this point in the history