I am working with the webservice to add a new customer, since we don't want to require users to create two different accounts to deal with our two different sites with Membership.
I have created the Customers XML and it imports correctly (or so it seems). I can see the new user in the admin console of the storefront, but that user cannot log in to the storefront with the username and password I passed along.
Even if I edit the Customer in the admin console, the user cannot log in properly.
How can I add a Customer and have the user be able to log in?
EDIT: It appears that there is an "IsRegistered" flag in the Customer table that isn't being set by the import. What should be done to automate this with the Customer Import?