Changeset 3132 for pykota/trunk
- Timestamp:
- 01/17/07 22:47:39 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/autopykota
r3130 r3132 7 7 # 8 8 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 9 # (c) 2007 Stefan Wold <stefan.wold@it.su.se> 9 10 # This program is free software; you can redistribute it and/or modify 10 11 # it under the terms of the GNU General Public License as published by … … 85 86 else : 86 87 os.system('pkusers --add --limitby balance --balance "%s" --email "%s" --description "user created from autopykota" "%s"' % (options["initbalance"], options["email"], username)) 87 88 88 89 user = self.storage.getUserFromBackend(username) 89 90 if user.Exists :