Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
–1 vote
1.8k views
in Q2A Core by

I want to modify the login functionality to not to ask user id /password instead of use site minder header variables to authenticate. The modification I was thinking of to turn off all the database password checks and perform everything else ( setting up session , cookies etc) , but when I set the _POST variables  in code and  comment out the qa_db_calc_passcheck  method, the qa_Set_logged_in_user return the error stating

The logged in user cannot be found.  Appreicate any thoughts on this.

Please log in or register to answer this question.

...