Is it possible to set an inflated password column with DBIx::Class::PassphraseColumn as undef / NULL?
I’m using DBIx::Class::PassphraseColumn to hash passwords with Authen::Passphrase::BlowfishCrypt, which works well. However, I’m trying to use the same on a couple of other columns (password reset key / activation key), which should both be nulled after the user has activated / the password has been reset, I’m hitting an error.