Can't Register over HTTPS
#3
radix, the captcha on the registration page is hard-coded to load over http.

Code:
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LcF6LsSAAAAABUq1MwV0V7SOqarspAx03O1sopC" height="300" width="500" frameborder="0"></iframe>

this causes it not to be displayed when loading over https.


Messages In This Thread
Can't Register over HTTPS - by Mangix - 02-14-2013, 03:42 AM
RE: Can't Register over HTTPS - by radix - 02-14-2013, 03:45 AM
RE: Can't Register over HTTPS - by epixoip - 02-14-2013, 03:49 AM
RE: Can't Register over HTTPS - by radix - 02-14-2013, 03:53 AM
RE: Can't Register over HTTPS - by radix - 02-14-2013, 04:51 AM
RE: Can't Register over HTTPS - by Mangix - 02-14-2013, 05:27 AM