[Catalyst] Authentication::Store::DBIC => Can't call method "search" in uthentication::Store::DBIC::User ???

John Beppu john.beppu at gmail.com
Sun Apr 23 09:23:56 CEST 2006


On 4/22/06, T. H. Lin <easy.lin at gmail.com> wrote:

> but....
> I have 2 tables for two different type of account,
> (for some reason, I make 2 tables, do not use role method)
>
> MyApp/C/basic_account.pm
> MyApp/C/advanced_account.pm
>
> I would like to define different user_class in basic_account.pm and
> advanced_account.pm.
>
> is it possible?


I think it would be better to only have one kind of account, and use
something like Catalyst::Plugin::Authorization::ACL to distinguish
between 'basic' and 'advanced' accounts.



More information about the Catalyst mailing list