Code

Add new config-option 'migrate_passwords' in section 'web' to
[roundup.git] / roundup / configuration.py
index 8b862627d1d9f5a84192c11b9689f78a9013bc21..9a8d165c60e549f76b15b56852078705082f89f2 100644 (file)
@@ -579,6 +579,10 @@ SETTINGS = (
             "Setting this option makes Roundup display error tracebacks\n"
             "in the user's browser rather than emailing them to the\n"
             "tracker admin."),
+        (BooleanOption, "migrate_passwords", "yes",
+            "Setting this option makes Roundup migrate passwords with\n"
+            "an insecure password-scheme to a more secure scheme\n"
+            "when the user logs in via the web-interface."),
     )),
     ("rdbms", (
         (Option, 'name', 'roundup',