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

2014-08-15 Thread Andres Rodriguez
** Changed in: maas (Ubuntu) Status: Confirmed = Fix Released -- 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

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

2014-04-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: maas (Ubuntu) Status: New = Confirmed -- 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

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

2014-04-16 Thread Julian Edwards
** Changed in: maas Status: Fix Committed = Fix Released -- 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

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

2013-10-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~jtv/maas/bug-1243917 -- 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

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

2013-10-24 Thread MaaS Lander
** Changed in: maas Status: New = Fix Committed -- 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.

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

2013-10-23 Thread Jeroen T. Vermeulen
** Changed in: maas Milestone: None = 14.04 ** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in

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

2013-10-23 Thread Jeroen T. Vermeulen
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

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

2013-10-23 Thread Gavin Panella
Can we create our own wrapper around django-admin (here spelled maas) that only exposes the commands directly relevant to MAAS. We could have a maas-django-admin too, for people who want to shoot at their feet. -- You received this bug notification because you are a member of Ubuntu Server Team,