mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
add config to administrator
This commit is contained in:
@@ -93,6 +93,7 @@ class Administrator(models.Model):
|
||||
acl = models.ForeignKey(ACL, default=1, on_delete=models.PROTECT)
|
||||
twoFA = models.IntegerField(default=0)
|
||||
secretKey = models.CharField(max_length=50, default='None')
|
||||
config = models.TextField()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user