If you are using Administration.Account you can see it is specialized entity of System.User
- Account has Email, FullName, isLocalUser
- System.User has other fields that will be saved for the User. Like name(username), password etc
- When you save the user, ensure you set proper values for name(username).