Active
Project:
Signup Integration for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 14:07 UTC
Updated:
28 Sep 2011 at 14:07 UTC
Ubercart handles new account creation by preferring a user's user name preference and then using uc_store_email_to_username(). Ubercart signup only uses the latter so the user name form field becomes useless.
Either uc_signup should hide the user name form field from the user registration process on signup, or should grab the form value somehow. I am not familiar with how uc_signup fits into the Ubercart process so the latter option may or may not be possible.