Hi John. I appreciate you diving in (it’s Bill Kennedy at Agile btw … we met awhile back at a UVA conference).
It seems to be passing its login. Here’s the clientlogin
response:
array(1) { ["clientlogin"]=> array(2) { ["status"]=> string(4) "PASS" ["username"]=> string(16) "Agile Production" } }
But here’s the userinfo
response:
Array ( [batchcomplete] => 1 [query] => Array ( [userinfo] => Array ( [id] => 0 [name] => 127.0.0.1 [anon] => 1 [groups] => Array ( [0] => * ) [implicitgroups] => Array ( [0] => * ) [editcount] => 0 [realname] => [email] => ) ) ) bool(true)