[dancer-users] Dancer2::Plugin::Auth::Extensible with DB
Andrew Beverley
andy at andybev.com
Thu Nov 23 11:10:04 GMT 2017
On Thu, 23 Nov 2017 10:28:31 +0000 Clive Eisen wrote:
> However the login is failing and I am just returned to the login screen
> with the banner set to LOGIN FAILED
>
> There is no indication WHAT is failing - can anyone suggest either what
> is wrong or where I can add debug - I have tried with and without roles.
I would start by hacking some debug statements directly into the
authenticate_user() subroutine in Provider/Database.pm
That function should be called by DPAE, so you can check firstly that
it's actually being called, and secondly if/what/why it's returning a
failure (assuming it is).
Andy
More information about the dancer-users
mailing list