In newer versions of MySQL (5.7 specifically), our blank password field on the users table causes problems during our insert. Since we don't store passwords anyway, we should remove this field.
Only critical once we decide to move off of MySQL 5.5, but should be done sooner rather than later.