Hi!
I noticed a bug in the beta version!
Listed related questions on q. pages while logged out are questioned by anonymous. (they are not!)
qa/include/qa-widget-related-qs.php - line 97:
$usershtml=qa_userids_handles_html(qa_userids_handles_html($questions));
If i delete the outer function, its seems it got fixed.
$usershtml=qa_userids_handles_html($questions);