168
def make_user_db(login, password, nick, fullname, rolenm, studentid,
168
def make_user_db(login, uid, password, nick, fullname, rolenm, studentid,
170
170
"""Creates a user's entry in the database, filling in all the fields.
171
171
If force is False, throws an exception if the user already exists.