field=models.CharField(blank=True,help_text='Unique identifier of the person, e.g. a student number.',max_length=64,null=True,unique=True),
),
migrations.AddField(
model_name='profile',
name='smb_password',
field=models.CharField(default=dashboard.models.pwgen,help_text='Generated password for accessing store from virtual machines.',max_length=20,verbose_name='Samba password'),