Actions
Bug #6679
closedHoneypot only mode fails validation
Description
When using Honeypot (Internal) the validation always fails. Note untested, but reported below.
Actions
Added by krileon over 7 years ago. Updated almost 7 years ago.
Description
When using Honeypot (Internal) the validation always fails. Note untested, but reported below.
Works fine in all test cases. My guess is something may have been filling the honeypot input (browser autofill?) or the honeypot name was conflicting with an actual field.
Was able to find and confirm the cause. It was due to ->input not caching the captcha instance, which was only happening in ->captcha. Now when trying to grab the input or the image it will properly generate a captcha code and cache as needed.