Ticket #35 (closed defect: invalid)
Input error: k: Format of site key was invalid
| Reported by: | Moritz Bunkus <moritz@…> | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Keywords: | Cc: |
Description
With the following public/private keys (I've already removed them from my account, therefore no harm in posting them here) I get the error mentioned in $subject when I open the /register page with the "accountmanager" contrib plugin activated:
[recaptcha]
private_key = 6LeWgc8SAAAAAKIE9QEh3xxL7x9aH0fVE9zRQwcg
public_key = 6LeWgc8SAAAAAGIi0-J_OtdNqNI8ebhn6UHMytsR
The generated HTML code:
<script type="text/javascript">RecaptchaOptions = {"lang": "de"};</script><script src=" https://www.google.com/recaptcha/api/challenge?k=6LeWgc8SAAAAAGIi0-J_OtdNqNI8ebhn6UHMytsR" type="text/javascript"></script><noscript><iframe width="500" height="300" frameborder="0" src=" https://www.google.com/recaptcha/api/noscript?k=6LeWgc8SAAAAAGIi0-J_OtdNqNI8ebhn6UHMytsR"></iframe><br /><textarea rows="3" cols="40" name="recaptcha_challenge_field"></textarea><input type="hidden" name="recaptcha_response_field" value="manual_challenge" /></noscript></span>
