[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

Jeroen T. Vermeulen 1243917 at bugs.launchpad.net
Wed Oct 23 23:02:40 UTC 2013


For the historical record:

 * createsuperuser is a Django built-in command, not our code.
 * We have our own MAAS-tailored version, createadmin.
 * The email field must be unique and non-null, but can be empty.
 * MAAS already creates a system user with empty email address.
 * A null email address would be the right way to do this, but Django's supports null values more or less as an afterthought.

The simple fix is to update the documentation, so it always points users
to createadmin, not createsuperuser.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1243917

Title:
  'maas createsuperuser' errors out if no email address is entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1243917/+subscriptions



More information about the Ubuntu-server-bugs mailing list