mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 00:02:17 -06:00
Add a token prefix
This commit is contained in:
@@ -56,10 +56,10 @@ class Migration(migrations.Migration):
|
||||
name='key',
|
||||
field=models.CharField(
|
||||
blank=True,
|
||||
max_length=16,
|
||||
max_length=12,
|
||||
null=True,
|
||||
unique=True,
|
||||
validators=[django.core.validators.MinLengthValidator(16)]
|
||||
validators=[django.core.validators.MinLengthValidator(12)]
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
|
||||
Reference in New Issue
Block a user