Roundup Tracker - Issues

Message7697

Author rouilj
Recipients rouilj
Date 2022-12-23.03:36:34
Message-id <1671766594.75.0.431504150939.issue2551251@roundup.psfhosted.org>
In-reply-to
If the admin changes password_pbkdf2_default_rounds in config.ini, the encrypted password
is not updated to the new count when they login to the web interface.

This case should be handled as though an insecure password encryption was used and 
migrate_passwords is set to yes.


It looks like this can be done by making password.py:Password::needs_migration
check the number of rounds is < password_pbkdf2_default_rounds. Also change signature
of needs_migration to accept config argument so method can check against the
password_pbkdf2_default_rounds setting.
History
Date User Action Args
2022-12-23 03:36:34rouiljsetrecipients: + rouilj
2022-12-23 03:36:34rouiljsetmessageid: <1671766594.75.0.431504150939.issue2551251@roundup.psfhosted.org>
2022-12-23 03:36:34rouiljlinkissue2551251 messages
2022-12-23 03:36:34rouiljcreate