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

Tomas Doran bobtfish at bobtfish.net
Mon May 18 09:30:55 GMT 2009


kakimoto at tpg.com.au wrote:
> Hello, Collin,
> 
>  My modules are:
> 
> 
> | Catalyst::Plugin::Authentication  0.10011                            
>      |
> | Catalyst::Plugin::Authentication::Credential::Password               

Woah there!

Why are you using Catalyst::Plugin::Authentication::Credential::Password?

 From the documentation:

'THIS IS A COMPATIBILITY SHIM. It allows old configurations of Catalyst 
Authentication to work without code changes.

DO NOT USE IT IN ANY NEW CODE!'

You will be configuring authentication in the new style (as documented 
by the version of Plugin::Authentication you're running), and combining 
that with old-style authentication plugins _WILL NOT WORK_.

Cheers
t0m




More information about the Catalyst mailing list