Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
269 views
in Q2A Core by
I am using the Question2Answer instructions to implement SSO, but I am having a problem with the: qa_get_public_from_userids
qa_get_logged_in_user_html
qa_get_users_html

public functions.  I am able to implement the login and logout aspects of the SSO with a separate database, but when I test the Ask a Question feature - all of the questions are attributed to one user - even if that user is not logged in and even though in the login bar I see the correctly logged in user.

Along with that, all of the "Points" get attributed to this one user as well.

I know the issues stem from those functions, but I'm just not sure how to tease out the issue.

Has anyone else had this issue, or thoughts on how to rectify the problem?
Q2A version: 1.6.3

Please log in or register to answer this question.

...