diff options
| -rw-r--r-- | src/leap/bitmask/gui/preferenceswindow.py | 3 | ||||
| -rw-r--r-- | src/leap/bitmask/gui/wizard.py | 9 | 
2 files changed, 0 insertions, 12 deletions
| diff --git a/src/leap/bitmask/gui/preferenceswindow.py b/src/leap/bitmask/gui/preferenceswindow.py index 1becfb18..6a1fe589 100644 --- a/src/leap/bitmask/gui/preferenceswindow.py +++ b/src/leap/bitmask/gui/preferenceswindow.py @@ -40,9 +40,6 @@ class PreferencesWindow(QtGui.QDialog):      """      Window that displays the preferences.      """ - -    WEAK_PASSWORDS = ("123456", "qweasd", "qwerty", "password") -      def __init__(self, parent, srp_auth, leap_settings, standalone):          """          :param parent: parent object of the PreferencesWindow. diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py index e004e6cf..4a5bc333 100644 --- a/src/leap/bitmask/gui/wizard.py +++ b/src/leap/bitmask/gui/wizard.py @@ -555,15 +555,6 @@ class Wizard(QtGui.QWizard):          if pageId == self.SERVICES_PAGE:              self._populate_services() -    def _is_need_eip_password_warning(self): -        """ -        Returns True if we need to add a warning about eip needing -        administrative permissions to start. That can be either -        because we are running in standalone mode, or because we could -        not find the needed privilege escalation mechanisms being operative. -        """ -        return self.standalone or is_missing_policy_permissions() -      def nextId(self):          """          Sets the next page id for the wizard based on wether the user | 
