kakim...@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

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to