Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
555 views
in Q2A Core by
I have a running q2a site and about 400 users. Now I installed a wordpress blog in a subdirectory which works great. Problem: I want to use the users for the wordpressblog that already have registered for the q2a site. How can I achieve this? Thanks in advance.
Q2A version: 1.5.4
by
I think this is most common issue many site owners when they want to integrate with existing Q2A site. I think it requires wordpress plugin to implement...adding in my Wordpress Plugin Dev road map but hope if someone develop meantime that would be great.

1 Answer

0 votes
by
This may not give you an out of the box working solution, but I think part of the job is done there:

https://github.com/WordPress-Seattle/WordPress-Login/blob/master/external-wp-auth-client/external-wp-auth.php

Along with some article to explain the "proof of concept"

http://ben.lobaugh.net/blog/7175/wordpress-replace-built-in-user-authentication
...