Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
993 views
in Q2A Core by
edited by

I am using a quick login where I have a copy of the login fields.

However, now with 1.6.2 it does not log me in directly, instead I arrive at the login page with the error message:

"Please click again to confirm"

Why is the login not working directly anymore?

The "clearing the cache" solution did not work for me.

Q2A version: 1.6.2
by
Ah I see sama55's answer, it is the new security code added to each login attempt!

<input type="hidden" name="code" value="0-1381822853-f590db2ecff4ae58710bf3819c01facfe41912de">

1 Answer

+1 vote
by
In my advanced theme I added:

                $this->output('<div id="loginBox">
...
                            <input type="hidden" name="code" value="'.qa_get_form_security_code('login').'">
...