Propagated the addition of "unixid" to login table down the code chain. makeuser.py: Passes uid to makeuser.make_user_db. makeuser.make_user_db: Added uid argument. Passes to db.create_user. db: create_user: Added unixid argument. Inserts into table. get_user: Returns unixid in the dictionary.