You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
All PKP systems currently support Google Recaptcha. I'm creating this Issue to solve issue #10456, which was created to add support for ALTCHA integration, a Google Recaptcha alternative.
These improvements were made for the Default theme, on userLogin, userRegister, and userLostPassword pages.
Finally, for this support to work, the config.inc.php must be updated with the new variables as I also created PRs as follows:
Description
All PKP systems currently support Google Recaptcha. I'm creating this Issue to solve issue #10456, which was created to add support for ALTCHA integration, a Google Recaptcha alternative.
These improvements were made for the Default theme, on userLogin, userRegister, and userLostPassword pages.
Finally, for this support to work, the
config.inc.php
must be updated with the new variables as I also created PRs as follows:To Reproduce
Steps to reproduce the behavior:
composer --working-dir=lib/pkp install
config.inc.php
file with the new variables as shown on the other PRs, and setaltcha
andaltcha_on_login
ason
The text was updated successfully, but these errors were encountered: