~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to lib/common/user.py

  • Committer: mattgiuca
  • Date: 2008-03-07 14:50:44 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:668
user.py: Added last_login as one of the fields which may be passed to the User
        constructor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
))
33
33
user_fields_list = (
34
34
    "login", "state", "unixid", "email", "nick", "fullname",
35
 
    "role", "studentid", "acct_exp", "pass_exp", "svn_pass",
36
 
    "local_password"
 
35
    "role", "studentid", "acct_exp", "pass_exp", "last_login",
 
36
    "svn_pass", "local_password",
37
37
)
38
38
# Fields not included: passhash, last_login
39
39