Roundup Tracker - Issues

Message4281

Author elic
Recipients ber, elic, joseph_myers, richard, schlatterbeck
Date 2011-04-14.18:02:15
Message-id <1302804135.33.0.515253039725.issue2550688@psf.upfronthosting.co.za>
In-reply-to
Attached is a patch (against trunk r4592) which adds password hash 
migration.

It adds a bool flag named "upgrade_passwords_on_web_login" to [main], 
which defaults to "no". If set to set, the LoginAction will automatically 
re-encode any passwords using a scheme listed in 
Password.deprecated_schemes.
History
Date User Action Args
2011-04-14 18:02:15elicsetmessageid: <1302804135.33.0.515253039725.issue2550688@psf.upfronthosting.co.za>
2011-04-14 18:02:15elicsetrecipients: + elic, richard, schlatterbeck, ber, joseph_myers
2011-04-14 18:02:15eliclinkissue2550688 messages
2011-04-14 18:02:15eliccreate