A simple workaround in the meantime is to grant the "revoke own agreement" to the anonymous user, which will display the checkbox and button on the agreement form.
The workaround works. Thanks!
The Agreement module is configured with a Frequency setting of -1, meaning the agreement page should only be shown once to anonymous users. However, after accepting the agreement, the agreement_anon_default cookie is set with an expiration of ~1 year and 1 month instead of being permanent.
Re: #11 🐛 image captcha reload Active
After rebuilding the cache and refreshing the page, the issue has indeed been resolved. Thank you!
7r3y → created an issue.
7r3y → created an issue.
! It seems that adding the language field to @language.current_language_context:language_interface in email configuration works fine now !
Works for me too with this workaround.
Hi,
Drupal 11.0.9
PHP 8.3.6
Captcha 2.0.7
The problem still exists even after I changed FALSE to false in the image_captcha_refresh.js file as described in #5.