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

Get invalid captcha message with correct captha #194

Open
naviloper opened this issue Nov 24, 2018 · 3 comments
Open

Get invalid captcha message with correct captha #194

naviloper opened this issue Nov 24, 2018 · 3 comments

Comments

@naviloper
Copy link

naviloper commented Nov 24, 2018

Hi,

After I have updated CaptchaBundle in login form I always get 'invalid captcha'. In my application I did not change any other things. I just update my vendors.

@naviloper
Copy link
Author

naviloper commented Nov 24, 2018

Hi again,
I downgraded from 2.0.6 to 2.0.5 and my problem resolved. It seems that there is a problem in release 2.0.6

@Anyqax
Copy link

Anyqax commented Jan 21, 2019

since 2.0.6 the captcha whitelist key is always prefixed with "_captcha" and by default followed by "captcha", unless you specify otherwise in the form builder options

if unchanged it is "_captcha_captcha"

https://github.com/Gregwar/CaptchaBundle/pull/172/files

@naviloper
Copy link
Author

since 2.0.6 the captcha whitelist key is always prefixed with "_captcha" and by default followed by "captcha", unless you specify otherwise in the form builder options

if unchanged it is "_captcha_captcha"

https://github.com/Gregwar/CaptchaBundle/pull/172/files

Thank you for response. I will check it and I will write result here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants