This project expects two databases to exist.
A users
database and a login
database.
This database should contain the following: id (PRIMARY KEY), name, email, entries, joined.
This database should contain the following: id (PRIMARY KEY), hash, email.