Skip Menu |

This queue is for tickets about the Maypole-Plugin-Authorization CPAN distribution.

Report information
The Basics
Id: 14258
Status: resolved
Priority: 0/
Queue: Maypole-Plugin-Authorization

People
Owner: Nobody in particular
Requestors: kdiment [...] uow.edu.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: 0.10



Subject: Configuration problem
I'm using Maypole::Plugin::Authentication::Abstract for my authentication purposes. This doesn't require the configuration of a user class in the module, as it deals with it in the following way: my $user_class = $r->config->{auth}->{user_class} || ( ( ref $r ) . '::User' ); whereas M::P::A just has: my $cdbi_class = $r->config->auth->{user_class}; Should M::P::A be providing a sensible default as M::P::A::A ? Cheers
Seems like a good idea. I'll put it in the forthcoming release. Thanks, Dave