← Back to team overview

launchpad-dev team mailing list archive

Re: Bug 408528: Person, Account, and "email address is already registered."

 

Julian Edwards wrote:

Soyuz just uses this:

            person = getUtility(IPersonSet).ensurePerson(
                email, name, PersonCreationRationale.SOURCEPACKAGEUPLOAD,
                comment=('when the %s_%s package was uploaded to %s'
                         % (package, version, policy_suite)))

Celso did a fix to ensurePerson() a while ago now and we've not had any problems since.

...and that fixes the problem for us.  Thanks!


Jeroen



Follow ups

References