collective / collective.z3cform.norobots

collective.z3cform.norobots provides a "human" captcha widget based on a list of questions/answers.
Other
5 stars 6 forks source link

Plone 6 plone.app.discussion form the question is not change on reload #24

Open mactrash opened 1 month ago

mactrash commented 1 month ago

The question is stay the same, so it actually does not really offer protection.

The Plone 6 I am testing using classic UI.

Many thanks

1letter commented 1 month ago

@mactrash i can't confirm and reproduce your issue. please check it with the dev branch.

git clone https://github.com/collective/collective.z3cform.norobots.git
cd collective.z3cform.norobots
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt
pip install cookiecutter
cookiecutter -f --no-input --config-file instance.yml https://github.com/plone/cookiecutter-zope-instance
runwsgi -v instance/etc/zope.ini
  1. enable the Addon
  2. in the discussion conrolpanel: Enable discussion for anonymous and enable the captcha
  3. add a page and enable disussion under settings and publish the page
  4. logout
  5. go to the page and press F5 for reload