Closed (fixed)
Project:
Signup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2011 at 23:53 UTC
Updated:
17 Feb 2012 at 21:00 UTC
Jump to comment: Most recent file
When I have 'name' disabled for the signup (only collecting the email) and the user tries to sign up, they get a warning that the index 'Name' does not exist. The patch in the upcoming comment rectifies that by checking if Name is not empty and if it is not, then use that; otherwise, use the email address.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | signup-1212392-2.patch | 1.27 KB | sgabe |
| #1 | signup_anonymous_form_name_fix_1212392_btmash_1.patch | 650 bytes | btmash |
Comments
Comment #1
btmash commentedHere is the patch.
Comment #2
sgabe commentedWe should remove the unnecessary comments, besides that is fine. I am attaching a revised patch.
Comment #3
sgabe commentedCommitted, thanks!