('username',models.CharField(validators=[orchestra.core.validators.validate_username],unique=True,help_text='Required. 64 characters or fewer. Letters, digits and ./-/_ only.',max_length=32,verbose_name='username')),
('is_active',models.BooleanField(default=True,help_text='Designates whether this account should be treated as active. Unselect this instead of deleting accounts.',verbose_name='active')),
('groups',models.ManyToManyField(to='systemusers.SystemUser',blank=True,help_text='A new group will be created for the user. Which additional groups would you like them to be a member of?')),