Needs review
Project:
OpenID
Version:
master
Component:
OpenID Client
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2008 at 01:30 UTC
Updated:
18 Sep 2008 at 00:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
bdurbin commentedA follow-up to the above: The decision to patch on OpenID as opposed to Captcha also takes advantage of the current relative hook execution order between the two modules.
Comment #2
Leeteq commentedComment #3
chirale commentedI try the patch, but I got "Hunk #1 FAILED at 467" on Drupal 6.4.
I re-implement the changes (patch attached) but OpenID registration failed.
Comment #4
joshk commentedFWIW, those needing quick resolution can do this with a custom form_alter like so:
Comment #5
joshk commentedJust another bonus, I had a similar problem w/logintoboggan's desire to validate a "confirm email address" field. Here's a fix to both this and captcha:
Happy Drupaling!