23 Nov
2017
23 Nov
'17
11:10 a.m.
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