need to implement this in the forms:
<?php
session_start();
//Encrypt the posted code field and then compare with the stored key
if(md5($_POST['code']) != $_SESSION['key'])
{
die("Error: You must enter the code correctly");
}else{
echo 'You entered the code correctly';
}
?>
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/683518
Title:
reCAPTCHA displays, but not functional
Status in Aiki Framework:
Confirmed
Status in Scale Journal:
Confirmed
Bug description:
I've been able to get the captcha to display, if the user clicks in
the comment field to compose a new comment. Aiki's auto-generated
form automatically checks to be sure the entered text is unique.
Ideally, the captcha would be an additional failsafe. Since aiki's
auto-forms are difficult to customize, reCAPTCHA is still in need of
configuring to check the users guesses. A manual form may be the best
method of getting this functionality more quickly.
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp