Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
plone.formwidget.recaptcha
Advanced tools
plone.formwidget.recaptcha is a z3c.form
ReCaptcha widget for use with Plone.
It is a z3c.form re-implementation of the collective.recaptcha
_ package original written by David Glick.
.. _collective.recaptcha: http://plone.org/products/collective.recaptcha
Add the following code to your buildout.cfg to install plone.formwidget.recaptcha::
[buildout]
...
[instance]
...
eggs =
...
plone.formwidget.recaptcha
...
There is a control panel at http://path/to/site/@@recaptcha-settings
to configure the Addon.
Google provides a set of test keys, that can be used to try out the recaptcha form
and documentation at https://developers.google.com/recaptcha/docs/faq.
Site key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
Secret key: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
To actually use the service, you must obtain a site key and secret key from
developers.google.com/recaptcha <https://developers.google.com/recaptcha/>
_
See the demo <https://github.com/plone/plone.formwidget.recaptcha/tree/master/src/plone/formwidget/recaptcha/demo>
_ folder inside the distribution for an example usage.
Supermodel ^^^^^^^^^^ You can add a captcha field in an XML model by adding something like this::
<field name="captcha" type="plone.formwidget.recaptcha.ReCaptchaWidget">
<title>Solve Captcha</title>
<description></description>
</field>
plone.formwidget.recaptcha 2.* uses V2 of the reCaptcha API. Users upgrading from plone.formwidget.recaptcha 1.* will therefore need to generate new keys as global Keys are not supported in the V2 API.
Contributors please read the document Process for Plone core's development <http://docs.plone.org/develop/plone-coredev/index.html>
_
Sources are at the Plone code repository hosted at Github <https://github.com/plone/plone.formwidget.recaptcha>
_.
.. You should NOT be adding new change log entries to this file, this file is managed by towncrier. You may edit previous change logs to fix problems like typo corrections or such.
.. towncrier release notes start
New features:
Bug fixes:
New features:
Update TravisCI Setup and test with Plone 5.1 and 5.2 on Python 2.7. Also test on Python 3.6+3.7 (allowed to fail, and fails for now). [jensens]
Remove obsolete action icons configuration. [thet]
update controlpanel text [lucid-0]
Remove obsolete recaptcha_ajax.js
- all scripts are integrated via the norecaptcha
package.
Add upgrade step for that.
[thet]
Support for use the widget with plone.supermodel [jpgimenez]
Support for widget display settings as described in https://developers.google.com/recaptcha/docs/display [jensens]
some pep8/plone conventions code style cleanup. [jensens]
recaptcha API 2 (aka norecaptcha) [mamico]
Register browser components for a product browser layer so they don't leak to sites without this product installed. Run the upgrade step if upgrading on a site that already has this product installed. [davisagli]
Move to plone.app.discussion-captcha feature declaration to meta.zcml. [timo]
Adapt recaptcha view instead of captcha view for validation. [ramon]
Updated package metadata and marked this as a Plone add-on. [timo]
Declare that plone.formwidget.captcha provides a Captcha field that can be used by plone.app.discussion to add a Captcha field to comment forms. [timo]
FAQs
ReCaptcha widget for Plone.
We found that plone.formwidget.recaptcha demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.