StaticcreateAccount factory. Creates a new account with the given username and hashed password.
the username of the user
the email of the user
the hashed password of the user
Optionalrating: Ratingthe rating of the user
the account object
StaticcreateAccount factory. Creates a new account with the given username and password. The password will be hashed.
the username of the user
the email of the user
the password of the user
Optionalrating: Ratingthe rating of the user
the account object
Factory for creating accounts.