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
_______________________________________________
dancer-users mailing list
dancer-users@dancer.pm
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to