﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20599	BasePasswordHasher _load_library swallows ImportErrors	Jaap Roes	nobody	"The _load_library method on BasePasswordHasher turns ImportErrors into ValueErrors, this masks ImportErrors in the algorithm library. I'm proposing a slightly clearer worded error message.

Before:

""Couldn't load foo password algorithm library""

After:

""Couldn't load 'FooHasher' algorithm library: No module named bar""

I'll link to a GitHub pull request after I know the ticket number."	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed			Accepted	1	0	0	0	0	0
