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

« back to all changes in this revision

Viewing changes to lib/common/makeuser.py

  • Committer: drtomc
  • Date: 2008-02-06 03:21:36 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:432
usrmgt: more work on this. Still some work to go.
console: refactored to use the ivle-chat protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
            dbconn.delete_user(login)
179
179
        except:
180
180
            pass
181
 
    dbconn.create_user(login, uid, password, nick, fullname, rolenm,
182
 
        studentid)
 
181
    dbconn.create_user(login, uid, password, nick, fullname, rolenm, studentid)
183
182
    dbconn.close()