I am trying to integrate another script, Questions2Answer, with Processwire user management. The script needs an array with key/value pairs for user->name => user->id
The script provides an array $userids with active user->ids that looks like this var_dumped for a page with two users:
arra...