[Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

Tomas Doran bobtfish at bobtfish.net
Mon May 18 09:34:13 GMT 2009


kakimoto at tpg.com.au wrote:
> 2) Modified MyApp.pm and Schema/Users.pm, Schema/UserRoles.pm and
> Schema/Roles.pm to reflect my database model. This is what my MyApp.pm
> has for plugins:
> 
> # Load plugins
> use Catalyst qw/-Debug
>             ConfigLoader
>             Static::Simple
> 
>             StackTrace
> 
>             Authentication
> 
>             Authentication::Credential::Password

^^ That's where you broke it. Right there..

Why did you add 'Authentication::Credential::Password' to the plugin 
list? What made you think this was a good idea or whould help? Where 
should we make it more clear in the documentation that this is the wrong 
thing to do?

Cheers
t0m



More information about the Catalyst mailing list