Previously, it could happen under some (random) circumstances that a series of users got the same user name. This is caused by the usage of Forgery for generating a name. Forgery itself picks a random name from a list, and there is no check that two calls would indeed deliver two different names.
In order to solve the issue, we generate a truly unique email address for specs, so that the problem won't arise again.