('username',models.CharField(help_text='Required. 32 characters or fewer. Letters, digits and ./-/_ only.',max_length=32,unique=True,validators=[orchestra.core.validators.validate_username],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(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?',to='systemusers.SystemUser')),