If you are using RESTful authentication plugin AND simple_captcha for user signup AND using @object.save_with_captcha AND ALWAYS encountering "Captcha image did not match with text", then:
adding :captcha and :captcha_key to :user_accessible in user.rb may solve the problem. If this is the reason why your catpcha input is always getting rejected, a warning shows up in the logs saying attributes captcha and captcha_key are not accessible or something..

0 comments:
Post a Comment