Reference: AccountList.txt

Purpose

A central index of all registered accounts. This index is used to lookup account IDs, login info, and grove names.

If any of this data is manually altered, the corresponding account file should also be changed to match.

File Format

Table file. Fields are separated by a semicolon (;)
No comment character.
No header.

Every line expects 5 values in order:

Account ID Integer. Table key. Must be unique.
Account Name String. Should be unique.
Authorization Hash String. The hashed password. Used for login authentication.
Registration Key String. The key that was used to register the account.
Grove Name String. The grove tag name that was chosen during account creation. Should be unique.