Jon wrote:
Ideally I would like EncodedColumn to use the basic unix encryption that C::P::Authentication uses when password_type='crypted'.
You're meant to be using password_type => 'self_check' with EncodedColumn, then the user row is responsible for both encrypting the password and checking the encrypted password, rather than having two different things trying to do opposite halves of the same thing..
Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
