I'm trying to use Q2A in my startup company without the need to login. I want Q2A to try to login automaticly using my windows logged on user.
I have my instance of Q2A installed and I get the current user by using
$_SERVER['AUTH_USER'];
Now I want that if a user enters the Q2A site for the first time - It will try to connect him immidiatly using only his username.
I can't find where to alter ther login sequence on Q2A code.