Hi all, I'm working on bringing my legacy custom user repository onto truck and continuing its development but, despite reconfiguring usersrepository.conf, and my custom repository being initialised, James doesn't appear to call any subsequent methods on it.
I've gone right back to basics with testing it; added a try...catch...print trace exception block to the start of every method, and the only ones that print out a trace are the doConfigure and supportVirtualHosting methods. Attempts to login are refused, but without any calls being made to the custom repository. I'm not sure what steps I should take to continue debugging this, any help would be hugely appreciated. Thanks, Martin