Issue #698 has been updated by Manuel CARRILLO.
Hello, Sorry for the delay, but in my index.php, i don't have this line. Maybe because i'm using this tarball ltb-project-self-service-password-0.7.tar.gz and not the newest one. I can see the code on the newest one, so sorry for inconvenience just i don't see nothing about this change on this page : http://ltb-project.org/wiki/documentation/self-service-password/0.8/migration for me problem is solved i delete lines addes on recaptchalib.php and update to the new version. Many thanks. Cheers ---------------------------------------- Bug #698: Recaptcha was not shown when you use SSL even if you force "$recaptcha_ssl = true;" in config.inc.php file http://tools.lsc-project.org/issues/698 Author: Manuel CARRILLO Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Self Service Password Target version: self-service-password-? Recaptcha was not shown when you use SSL even if you force "$recaptcha_ssl = true;" in config.inc.php file. I had this line to recaptchalib.php for recaptcha work succesfully with SSL <pre> if ($_SERVER['SERVER_PORT'] == 443) { $use_ssl = true; } </pre> before this line : <pre> if ($use_ssl) { $server = RECAPTCHA_API_SECURE_SERVER; } else { $server = RECAPTCHA_API_SERVER; } </pre> Here you have the file updated -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
