Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Credential-OpenID CPAN distribution.

Report information
The Basics
Id: 64416
Status: new
Priority: 0/
Queue: Catalyst-Authentication-Credential-OpenID

People
Owner: Nobody in particular
Requestors: castaway [...] desert-island.me.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.16
Fixed in: (no value)



Subject: Patch to make this work with the dbic store
I have managed to make this be able to look up users in a DBIC based store, I changed: my $user_obj = $realm->find_user($user, $c); to: my $user_obj = $realm->find_user({%$user, %$authinfo}, $c);