comparison roundup/configuration.py @ 4484:52e13bf0bb40

Add new config-option 'migrate_passwords' in section 'web'... ...to auto-migrate passwords at web-login time. Default for the new option is "yes" so if you don't want that passwords are auto-migrated to a more secure password scheme on user login, set this to "no" before running your tracker(s) after the upgrade.
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Thu, 14 Apr 2011 18:10:58 +0000
parents 9b4cf6c96ee2
children 693c75d56ebe
comparison
equal deleted inserted replaced
4483:22bc0426e348 4484:52e13bf0bb40
577 "Set this option to 'no' if you want to ignore it."), 577 "Set this option to 'no' if you want to ignore it."),
578 (BooleanOption, "debug", "no", 578 (BooleanOption, "debug", "no",
579 "Setting this option makes Roundup display error tracebacks\n" 579 "Setting this option makes Roundup display error tracebacks\n"
580 "in the user's browser rather than emailing them to the\n" 580 "in the user's browser rather than emailing them to the\n"
581 "tracker admin."), 581 "tracker admin."),
582 (BooleanOption, "migrate_passwords", "yes",
583 "Setting this option makes Roundup migrate passwords with\n"
584 "an insecure password-scheme to a more secure scheme\n"
585 "when the user logs in via the web-interface."),
582 )), 586 )),
583 ("rdbms", ( 587 ("rdbms", (
584 (Option, 'name', 'roundup', 588 (Option, 'name', 'roundup',
585 "Name of the database to use.", 589 "Name of the database to use.",
586 ['MYSQL_DBNAME']), 590 ['MYSQL_DBNAME']),

Roundup Issue Tracker: http://roundup-tracker.org/