mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-09 14:56:10 +01:00
Bug fix to email policy server.
This commit is contained in:
@@ -24,7 +24,6 @@ def verifyLogin(request):
|
||||
username = "not logged in"
|
||||
password = ""
|
||||
|
||||
|
||||
try:
|
||||
if request.method == "POST":
|
||||
data = json.loads(request.body)
|
||||
@@ -125,7 +124,6 @@ def loadLoginPage(request):
|
||||
|
||||
numberOfAdministrator = Administrator.objects.count()
|
||||
|
||||
|
||||
password = hashPassword.hash_password('1234567')
|
||||
|
||||
if numberOfAdministrator == 0:
|
||||
|
||||
Reference in New Issue
Block a user