[ckan-changes] [okfn/ckan] 888c46: 2866 Missing key results in strip() being called o...
GitHub
noreply at github.com
Thu Aug 16 15:34:37 UTC 2012
Branch: refs/heads/release-v1.8
Home: https://github.com/okfn/ckan
Commit: 888c46a09429b576b08f3b5a2d1faf4354759302
https://github.com/okfn/ckan/commit/888c46a09429b576b08f3b5a2d1faf4354759302
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M ckan/lib/mailer.py
M ckan/tests/functional/test_user.py
Log Message:
-----------
2866 Missing key results in strip() being called on None
When no reset key is present then None is used to verify the key
and it is strip()ed first, resulting in an error.
More information about the ckan-changes
mailing list