Wed Dec 08 16:04:14 2010trs [...] bestpractical.com - Ticket created
Subject:
Input filters are applied erroneously before validators are run in Jifty::DBI::Record::__set()
Date:
Wed, 08 Dec 2010 16:04:11 -0500
To:
bug-Jifty-DBI [...] rt.cpan.org
From:
Thomas Sibley <trs [...] bestpractical.com>
This means that a validator on a hashed password column is mostly
useless, like the one checking for minimum length in
Jifty::Plugin::Authentication::Password's user mixin.
I'm not sure what effect switching the order of validation and filters
will have on existing apps.