bug fix for ubuntu and docker manager

This commit is contained in:
Usman Nasir
2019-07-24 22:37:37 +05:00
parent 33ed372cec
commit 91c9c22f38
20 changed files with 156 additions and 90 deletions

View File

@@ -267,7 +267,7 @@ class FTPManager:
data = json.loads(self.request.body)
userName = data['ftpUserName']
password = data['ftpPassword']
password = data['passwordByPass']
admin = Administrator.objects.get(pk=userID)
ftp = Users.objects.get(user=userName)