[Catalyst] trouble with "Authentication::Store::DBIC"?

Matt S Trout dbix-class at trout.me.uk
Mon May 15 22:52:03 CEST 2006


John Napiorkowski wrote:
> Hey,
> 
> I probably need to make a more detailed test case for
> this but I thought to fish and see if anyone ran into
> a similar problem (that they didn't mention on the
> list yet.)
> 
> I have this strange problem using
> Authentication::Store::DBIC where the config value I
> set in my YAML file seems to get ignored.  Here's the
> exact way I have it written:
> 
> authentication:
>   dbic:
>     user_class:
> "talentspace_portal::Model::db::membership::members"
>     user_field: email
>     password_field: password

user_class gets passed to $c->model

try "db::membership::members" and I suspect you'll find stuff all works 
as expected.

 > <tale of weird-seeming behaviour snipped>



More information about the Catalyst mailing list