oz123 12 yıl önce
ebeveyn
işleme
58af0f8959
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      pwman/ui/cli.py

+ 1 - 0
pwman/ui/cli.py

@@ -134,6 +134,7 @@ class PwmanCli(cmd.Cmd):
             length = int(length)
 
             numerics = config.get_value("Generator", "numerics") == 'true'
+            # TODO: allow custom leetifying through the config
             leetify = config.get_value("Generator", "leetify") == 'true'
                                  generate_password(minlen, maxlen, capitals = True, symbols = False, numerics = False)
             (password, dumpme) = generator.generate_password(length, length, \