WeTeam / WeBlog

Blog module for Sitecore
46 stars 54 forks source link

Needs up-to-date references to new versions of MSCAPTCHA and RECAPTCHA #63

Closed sean-nuckolls closed 9 years ago

sean-nuckolls commented 10 years ago

If both WeBlog and Sitecore's Web Forms for Marketers 2.5 are installed, there is a conflict. If WFFM is allowed to overwrite the MSCAPTCHA DLL, WeBlog will throw a stack trace on the version. If the older version that ships WeBlog is allowed to stay, WFFM will stack trace.

adeneys commented 10 years ago

As a workaround while you wait for the updated references, grab the latest source and build it against the version of WFFM you intend to use. Just make sure the existing DLLs in the WeBlog project don;t overwrite those of your Sitecore solution.

Another option would be to avoid using the MSCAPTCHA based CAPTCHA and instead use Recaptcha.

adeneys commented 9 years ago

References for MSCaptcha.dll have been updated to the versions used in the lastest versions of WFFM to ensure compatibility.

A new issue #94 has been opened to update the recaptcha code as this is not a simple update. The library we're currently using is the latest version of that library and it does not support recaptcha v2.