Remove obsolete auth_key_sha512
This commit is contained in:
parent
aa402ebaf3
commit
d55fbd1728
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue