413
413
# Just talk direct to the DB
416
416
# Convert time stamps to nice strings
417
417
for k in 'pass_exp', 'acct_exp', 'last_login':
419
419
user[k] = unicode(user[k])
421
423
response = cjson.encode(user)
422
424
req.content_type = "text/plain"