Commit 65d5fc18d4e55dd59e50708a65b40a1dd444b694
1 parent
ac7e2e57
Exists in
master
and in
5 other branches
Captcha front end draft
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
index.html
| ... | ... | @@ -439,7 +439,12 @@ |
| 439 | 439 | <input id="user_oauth_providers" name="oauth_providers" type="hidden"> |
| 440 | 440 | </div> |
| 441 | 441 | <div class="captcha col-sm-12"> |
| 442 | - <div id="g-recaptcha"></div> | |
| 442 | + <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-"></script> | |
| 443 | + <noscript> | |
| 444 | + <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-" height="300" width="500" frameborder="0"></iframe><br/> | |
| 445 | + <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> | |
| 446 | + <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> | |
| 447 | + </noscript> | |
| 443 | 448 | </div> |
| 444 | 449 | <div class="actions col-sm-12"> |
| 445 | 450 | <div class="row"> |
| ... | ... | @@ -545,8 +550,6 @@ |
| 545 | 550 | loadRequireJS(); |
| 546 | 551 | </script> |
| 547 | 552 | |
| 548 | - <script src="https://www.google.com/recaptcha/api.js?hl=pt-BR" async defer></script> | |
| 549 | - | |
| 550 | 553 | </body> |
| 551 | 554 | |
| 552 | 555 | </html> | ... | ... |