summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/wizard.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-15 23:27:43 -0300
committerKali Kaneko <kali@leap.se>2013-10-15 23:27:43 -0300
commit36c36bc9dc9fed643245c9c96a9840f06c515ec1 (patch)
tree45369607f53d7150431a22f921d40b18b595c3e8 /src/leap/bitmask/gui/wizard.py
parent01580ad37a7d000045baccb0a67ebd1f8a4da8be (diff)
parentf1e2ad174b1d3682ffe2fea36d0fa473ff418d77 (diff)
Merge remote-tracking branch 'ivan-github/bug/remove-unused-code' into develop
Diffstat (limited to 'src/leap/bitmask/gui/wizard.py')
-rw-r--r--src/leap/bitmask/gui/wizard.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py
index e3f5904e..6ba65410 100644
--- a/src/leap/bitmask/gui/wizard.py
+++ b/src/leap/bitmask/gui/wizard.py
@@ -53,9 +53,6 @@ class Wizard(QtGui.QWizard):
REGISTER_USER_PAGE = 4
SERVICES_PAGE = 5
- WEAK_PASSWORDS = ("123456", "qweasd", "qwerty",
- "password")
-
BARE_USERNAME_REGEX = r"^[A-Za-z\d_]+$"
def __init__(self, bypass_checks=False):