Merge branch 'v2.3.9' into v2.3.9-dev
This commit is contained in:
commit
33cc6ba1da
|
|
@ -15,19 +15,19 @@ class PanelInfo(CLMain):
|
|||
"name": "CyberPanel",
|
||||
"version": "%s.%s" % (self.version, self.build),
|
||||
"user_login_url": "https://%s:8090/" % (self.ipAddress),
|
||||
"supported_cl_features": {
|
||||
"php_selector": True,
|
||||
"ruby_selector": True,
|
||||
"python_selector": True,
|
||||
"nodejs_selector": True,
|
||||
"mod_lsapi": True,
|
||||
"mysql_governor": True,
|
||||
"cagefs": True,
|
||||
"reseller_limits": True,
|
||||
"xray": True,
|
||||
"accelerate_wp": True,
|
||||
"autotracing": True
|
||||
}
|
||||
# "supported_cl_features": {
|
||||
# "php_selector": True,
|
||||
# "ruby_selector": True,
|
||||
# "python_selector": True,
|
||||
# "nodejs_selector": True,
|
||||
# "mod_lsapi": True,
|
||||
# "mysql_governor": True,
|
||||
# "cagefs": True,
|
||||
# "reseller_limits": True,
|
||||
# "xray": True,
|
||||
# "accelerate_wp": True,
|
||||
# "autotracing": True
|
||||
# }
|
||||
}
|
||||
|
||||
final = {'data': initial, 'metadata': self.initialMeta}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ def verifyLogin(request):
|
|||
return response
|
||||
|
||||
else:
|
||||
data = {'userID': 0, 'loginStatus': 0, 'error_message': "wrong-password"}
|
||||
data = {'userID': 0, 'loginStatus': 0, 'error_message': "login failed."}
|
||||
json_data = json.dumps(data)
|
||||
response.write(json_data)
|
||||
return response
|
||||
|
|
|
|||
Loading…
Reference in New Issue