mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user