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

@@ -216,7 +216,7 @@ def loadLoginPage(request):
token = hashPassword.generateToken('admin', '1234567')
email = 'usman@cyberpersons.com'
email = 'example@example.org'
admin = Administrator(userName="admin", password=password, type=1, email=email,
firstName="Cyber", lastName="Panel", acl=acl, token=token)
admin.save()