Re: [Catalyst] bad luck with shadowcat install -- something wrong with cpan? was Re: [Dbix-class] How to Install Catalyst on windows

2006-12-12 Thread Matt S Trout
On 11 Dec 2006, at 18:41, Thomas Hartman wrote: I would like to incorporate the shadowcat installer into my soon-to-be google project hosted PimpMyCat, which intends a one shot install of a sane catalyst environment, including as many demo sites as possible -- slick marketing intended to be

Re: [Catalyst] Authentication - unix crypt

2006-12-12 Thread Daniel McBrearty
which bit is a problem? I have this working AOK at home, don't have the source right in front of me. But IIRC all we had to do was tell the Auth module to use crypt ... When I get home I'll post the source. Anyhow, it seems to work out of the box ... also with passwords that were previously in

Re: [Catalyst] Authentication - unix crypt

2006-12-12 Thread upb
Looks like it was easier than I thought (just had a little trouble getting it from the docs)... I added: password_type: crypted to my .yml file. Thanks for the help! --- Daniel McBrearty [EMAIL PROTECTED] wrote: which bit is a problem? I have this working AOK at home, don't have the

Re: [Catalyst] reference lib outside Catalyst web application directory

2006-12-12 Thread Matt S Trout
On 12 Dec 2006, at 16:57, Hermida, Leandro wrote: Hello, I have the following folder hierarchy for a project which will have a web component that is driven by Catalyst: MyProj/ lib/ sql/ web/ --- Catalyst application dir created using catalyst.pl lib/ root/

RE: [Catalyst] bad luck with shadowcat install -- something wrongwith cpan? was Re: [Dbix-class] How to Install Catalyst on windows

2006-12-12 Thread Dylan Vanderhoof
-Original Message- From: Matt S Trout [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 3:43 AM To: The elegant MVC web framework Subject: Re: [Catalyst] bad luck with shadowcat install -- something wrongwith cpan? was Re: [Dbix-class] How to Install Catalyst on windows

Re: [Catalyst] Supporting multiple password types with C::P::Auth::Store::DBIC

2006-12-12 Thread Daniel McBrearty
or maybe it's even simpler ... it looks like C::P::A::Password::_check_password tries all methods until it succeeds, depending on User::supports ... so I guess that saying $user::supports( qw/crypted hashed/) somewhere should do it? sorry for clogging up the list with my ramblings ... perhaps I