Closed (fixed)
Project:
Honeypot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Aug 2011 at 12:26 UTC
Updated:
13 Sep 2011 at 22:11 UTC
Jump to comment: Most recent file
Hi - Not sure why I'm running into this. Development build in MAMP. Everything seems to work fine. However when put into production and I log out and then log back in I get the error message "There was a problem with your form submission. Please refresh the page and try again." I'm guessing this is the honeypot returned message but not sure why I would get it on the user login.
I am using "Enable honeypot on all forms" - I guess that makes me wonder if user login is included but I'm only entering username and pw... no addt'l fields.
thoughts?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | disable_login_protection-1260886-3.diff | 484 bytes | geerlingguy |
Comments
Comment #1
john_b commentedPresumably, unless I misunderstood, becuase when you hit login button you are not actually logged in. So you are getting the same behaviour described here http://drupal.org/node/1232622 .
It is also not clear from your post whether you have waited the full five seconds before attempting to log in. If you have not waited five seconds, and you are not logged in when you hit the login button, then (according to Jeff's description of the way the module works ) you would expect it to shut you out, providing the module is working correctly. But maybe I misunderstood your post.
Comment #2
geerlingguy commentedYeah, I might disable the time protection on the login form. I've also opened #1261984: Allow admin to choose which protection method(s) to choose, which is related.
Comment #3
geerlingguy commentedI'm thinking of just having the login form unprotected in general - I can't think of a reason it particularly needs protection, as Drupal already offers flood control for that form, and login forms aren't generally spam targets anyways.
Please try the attached patch, and see if that fixes the problem. Patch is for 7.x-1.x, and is a simple diff of the module file. You can manually apply the changes to 6.x-1.x as well, and it should work. Let me know if this fixes the problem for you!
Comment #4
john_b commenteddone, checked login works, no problems
Comment #5
geerlingguy commentedFixed: