Hi,
In checkout, when the user is entering his email, a username is created for him and an email for his password is sent.
The username is built on the email part before the @.
However, I noticed that when emails with identical start are used, the script is creating username by duplicating words.
I mean, one of the most common email is info@domain.com.
1st user with info@domain1.com gets username info.
2nd user with info@domain2.com gets username infoinfo1.
3rd user with info@domain3.com gets username infoinfo1info2.
and so on
so you can imagine how crazy and long it gets after the 10th user to register with an info@... email.
What can be done ?
Thanks,
Julien








Thanks for letting me know, I tracked this down and fixed it.
Sincerely,
Leighton Whiting