summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-04-26 16:53:46 -0300
committerTomás Touceda <chiiph@leap.se>2014-04-26 16:53:46 -0300
commit1675fc49fd5f0825f14460613ea3a0a9f365367d (patch)
tree6f5e98f6e9107aa001df46e4f486eb23f99d408e
parent558d33fb8ffb884834153b5b941c7425723f45b7 (diff)
parent9d4aa1a81af7653ed7ba5f89565f12cfea4feaea (diff)
Merge remote-tracking branch 'refs/remotes/ivan/bug/5581_unable-to-login' into develop
-rw-r--r--changes/bug-5581_unable-to-login1
-rw-r--r--src/leap/bitmask/backend.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug-5581_unable-to-login b/changes/bug-5581_unable-to-login
new file mode 100644
index 00000000..61f4b3c8
--- /dev/null
+++ b/changes/bug-5581_unable-to-login
@@ -0,0 +1 @@
+Fix unable to login issue. Closes #5581.
diff --git a/src/leap/bitmask/backend.py b/src/leap/bitmask/backend.py
index 054aec85..2bfcbfa0 100644
--- a/src/leap/bitmask/backend.py
+++ b/src/leap/bitmask/backend.py
@@ -475,7 +475,7 @@ class Authenticate(object):
"""
self.key = "authenticate"
self._signaler = signaler
- self._srp_auth = None
+ self._srp_auth = SRPAuth(ProviderConfig(), self._signaler)
def login(self, domain, username, password):
"""