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

« back to all changes in this revision

Viewing changes to makeuser.py

  • Committer: stevenbird
  • Date: 2008-02-16 01:18:46 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:481
reverted change that added a command-line flag to specify that an account should be enabled as this bypasses creating the jail

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    ('p', 'password', "Cleartext password for this user"),
47
47
    ('n', 'nick', "Display name (defaults to <fullname>)"),
48
48
    ('e', 'email', "Email address"),
49
 
    ('s', 'studentid', "Student ID"),
50
 
    ('x', 'state', "Account status (defaults to no_agreement)")
 
49
    ('s', 'studentid', "Student ID")
51
50
]
52
51
 
53
52
if len(sys.argv) <= 3: