Remove obsolete auth_key_sha512

This commit is contained in:
shortcutme 2017-06-13 14:18:17 +02:00
parent aa402ebaf3
commit d55fbd1728
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -273,7 +273,6 @@ class UiWebsocket(object):
ret = { ret = {
"auth_key": self.site.settings["auth_key"], # Obsolete, will be removed "auth_key": self.site.settings["auth_key"], # Obsolete, will be removed
"auth_key_sha512": hashlib.sha512(self.site.settings["auth_key"]).hexdigest()[0:64], # Obsolete, will be removed
"auth_address": self.user.getAuthAddress(site.address, create=create_user), "auth_address": self.user.getAuthAddress(site.address, create=create_user),
"cert_user_id": self.user.getCertUserId(site.address), "cert_user_id": self.user.getCertUserId(site.address),
"address": site.address, "address": site.address,