Bug fix to email policy server.

This commit is contained in:
usmannasir
2018-06-30 15:29:56 +05:00
parent fcee682886
commit 27c31b522d
31 changed files with 1584 additions and 895 deletions

View File

@@ -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: