Maik Hoepfel
f7a8773267
Use sequence for UserFactory & use nicer import
You can't easily create multiple users with the UserFactory without
using a sequence. I also wasn't aware that one can use the nicer
"factories" import instead of "newfactories".
Note that we can't easily use a LazyAttribute for the email address, as
the username may contain spaces.