Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Store-DBIx-Class CPAN distribution.

Report information
The Basics
Id: 87467
Status: rejected
Priority: 0/
Queue: Catalyst-Authentication-Store-DBIx-Class

People
Owner: Nobody in particular
Requestors: gshank [...] cpan.org
Cc:
AdminCc:

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



Subject: when user is not created correctly, an issue in cleanup
This issue was reported a year ago, on a github repository which I don't think is there any more, so I'm re-posting it. We are seeing an issue in cleanup when there's a DBIC schema issue with our underlying user store. 254c254,256 < if (my $code = $self->_user->can($method)) { --- Show quoted text
> if (not $self->_user) { > undef; > } elsif (my $code = $self->_user->can($method)) {