MantisBT: master-1.2.x 1eab7aca

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2015-01-01 14:32 master-1.2.x afa6c903
Affected Issues  0017993: User creation with captcha broken by fix for issue #17811
Changeset

Fix captcha validation

Following 7bb78e4581ff1092c811ea96582fe602624cdcdd, it was no longer
possible to validate the captcha, because the PHP session is destroyed
as part of the logout performed in signup.php.

We now retrieve the captcha key from the session before logging out.

Fixes 0017993

mod - core/session_api.php Diff File
mod - signup.php Diff File