X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fconfiguration.py;h=9a8d165c60e549f76b15b56852078705082f89f2;hb=22959bf39889e7e6e77e8d9cd28bb823f1d7608e;hp=8b862627d1d9f5a84192c11b9689f78a9013bc21;hpb=56e200d63c6098917037aee2587915a26afd1f8f;p=roundup.git diff --git a/roundup/configuration.py b/roundup/configuration.py index 8b86262..9a8d165 100644 --- a/roundup/configuration.py +++ b/roundup/configuration.py @@ -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',