[Catalyst] Password Encrypting & Authentication

Jon jonfdaily at wetxt.com
Thu Jan 14 19:43:10 GMT 2010


>> 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..

That works perfect.  Thanks!



More information about the Catalyst mailing list