Skip Menu |

This queue is for tickets about the CatalystX-SimpleLogin CPAN distribution.

Report information
The Basics
Id: 95531
Status: resolved
Priority: 0/
Queue: CatalystX-SimpleLogin

People
Owner: Nobody in particular
Requestors: violapiratejunky [...] gmail.com
Cc:
AdminCc:

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



I think that add_auth_errors ignores the authenticate_args hash, because it looks like: sub add_auth_errors { my $self = shift; $self->field( 'password' )->add_error( $self->login_error_message ) if $self->field( 'username' )->has_value && $self->field( 'password' )->has_value; } So it seems to ignore if the user changes the authenticate_username_field_name or authenticate_password_field_name. Also
This is fixed in version 0.19 by commit a16af715.