11-16-2017, 08:02 PM
The recaptcha option on the login screen does not reliably display on my system - the checkbox is not visible and cannot be checked. When this happens I get an error message 'Please check the reCaptcha'.
If I change the following line in login.php
from
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>" data-bind="next_button" data-callback="submitForm"></div>
to
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>"></div>
the recaptcha displays normally and can be selected.
Not sure if this is a browser problem - I am using Firefox Quantum v57.0
If I change the following line in login.php
from
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>" data-bind="next_button" data-callback="submitForm"></div>
to
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>"></div>
the recaptcha displays normally and can be selected.
Not sure if this is a browser problem - I am using Firefox Quantum v57.0