It checks the userDB.dat file which holds the main admin account, the db holds:
Sam
abc123
If I input that, I can login. Then it will ask me to add new users to the database. (In this case I want to create individual user files. Tom.dat, Danny.dat etc)
So that's all working.
But what would be the best way to allow you to login with the new user files that were created? Thanks