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);