What would be correct approach in order to create normal users and non-login users using FosUserBundle?
By non-login users I mean no username or email provided.
One way would be to generate some fake usernames/emails for the fake users, but doesn't seem ok.
The other way would be to force the username/email fields to be optional, but I'm not sure it will work and it won't break the login proccess.