From 1878a30fb61802429cad6656156ae1190fa87631 Mon Sep 17 00:00:00 2001 From: moyamo Date: Fri, 27 Feb 2015 14:33:55 +0200 Subject: [PATCH] Authenticate user with legacyName and password I forgot to send the legacyName with the password when authenticating. --- session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.py b/session.py index e5e48ea..ce930f5 100644 --- a/session.py +++ b/session.py @@ -108,7 +108,7 @@ class Session: def login(self, password): self.stack.setProp(YowAuthenticationProtocolLayer.PROP_CREDENTIALS, - password) + (self.legacyName, password)) self.stack.setProp(YowNetworkLayer.PROP_ENDPOINT, YowConstants.ENDPOINTS[0]) self.stack.setProp(YowCoderLayer.PROP_DOMAIN,