
// new user accounts are added as follows:
// passwords["<username>"] = "<password md5 hash>"

var passwords = new Object();

passwords["student"] = "a8504ed891c411d3e14217b8cabd54b4";