This represents the accounts management system of the server. It is only an abstract class.
Creates a new account with the given username and password.
Check if the user, username, exists in the database.
See Implementation
This represents the accounts management system of the server. It is only an abstract class.