Usman Nasir
2022-02-05 14:50:02 +05:00
parent be2bcd2e02
commit 3bc19e75f3
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ def main():
acl = ACL.objects.get(name='admin')
token = hashPassword.generateToken('admin', adminPass)
email = 'usman@cyberpersons.com'
email = 'example@example.org'
admin = Administrator(userName="admin", password=hashPassword.hash_password(adminPass), type=1, email=email,
firstName="Cyber", lastName="Panel", acl=acl, token=token)
admin.save()