Implementing Google NoCapatcha reCapatcha on BI web server

Joined
Dec 12, 2016
Messages
3
Reaction score
1
Posting seeing as I don't see another thread on this topic.

Following information in reCAPTCHA: Easy on Humans, Hard on Bots I made the changes in c:\program files\blue iris\www\login.htm.

<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src='https://www.google.com/recaptcha/api.js'></script>
<style type="text/css">
body { font-family: Helvetica,Arial,sans-serif;font-size: small; background-color:#212325;
}

then at the bottom I added:

</tr>
<tr>
<td align="center">
<div class="g-recaptcha" data-sitekey="6LckEg8UABBBBGmLnpgq808n8jsUb0o_ZCHLUjEO"></div>
</td>
</tr>
<tr>
<td align="center">
&nbsp;
</td>
</tr>

<tr>
<td align="center">
<input id="btnLogin" type="submit" value="Log in" />
</td>
</tr>

All set I now have robot protection on my Blue Iris web server.
 

Refresh

n3wb
Joined
Nov 27, 2016
Messages
9
Reaction score
0
Hi,

Thats a great idea but you can still login even without completing the "I'm not a robot" field.

Do you know how to set it up so it doesn't login without completing the recaptcha?

Cheers
 
Top