257
257
# USER MANAGEMENT FUNCTIONS #
259
259
login_primary = frozenset(["login"])
261
261
"login", "passhash", "state", "unixid", "email", "nick", "fullname",
262
262
"rolenm", "studentid", "acct_exp", "pass_exp"
264
265
# Do not return passhash when reading from the DB
265
266
login_getfields = login_fields - frozenset(["passhash"])