diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-15 18:04:59 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-15 18:04:59 -0300 |
commit | ef53b6112e0a384f319ce199e1166ace4bd6af7a (patch) | |
tree | 66c53d258ff447d0e93c098d39e755ecb4357efd /src/leap | |
parent | 01580ad37a7d000045baccb0a67ebd1f8a4da8be (diff) |
Remove unused code.
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/gui/wizard.py | 3 |
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): |