Ignore:
Timestamp:
Nov 17, 2008, 2:08:04 PM (15 years ago)
Author:
broder
Message:

Default to a NULL administrator, instead of the same as the owner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/controls.py

    r1695 r1709  
    9191        machine.memory = memory
    9292        machine.owner = owner
    93         machine.administrator = owner
     93        machine.administrator = None
    9494        machine.contact = contact
    9595        machine.uuid = uuidToString(randomUUID())
Note: See TracChangeset for help on using the changeset viewer.