
david at olrik
Aug 19, 2008, 5:34 AM
Views: 721
Permalink
|
|
Patch for Catalyst::Authentication::Store::DBIx::Class::User
|
|
Hi, When specifying a 'id_field' in the config file as stated in the documentation it is not used instead of 'username' when looking up the user. This means that the select that looks up the user returns a random user from the database as it has no where clause. This patch fixed that issue.
|