I have a meteor app for internal use and it will never have access to the internet. I'm using sikka to block off brute forcing the login action. Since my app is never going to be connected to the internet, is there any way to disable the reCaptcha or at least have the text it renders ("we detected unusual traffic......") be user configurable?
Secondly, When I attempt to test this, by mashing on the login button, the button simply freezes. I do notice the console.log that sikka throws in teh server that it blocked off the IP, but in the front end, there is no change apart from the button being non responsive. Only upon hitting the refresh button, the message about "unusual traffic" appears. Is this expected behaviour or is something amiss at my end?
Thanks.
I have a meteor app for internal use and it will never have access to the internet. I'm using sikka to block off brute forcing the login action. Since my app is never going to be connected to the internet, is there any way to disable the reCaptcha or at least have the text it renders ("we detected unusual traffic......") be user configurable?
Secondly, When I attempt to test this, by mashing on the login button, the button simply freezes. I do notice the console.log that sikka throws in teh server that it blocked off the IP, but in the front end, there is no change apart from the button being non responsive. Only upon hitting the refresh button, the message about "unusual traffic" appears. Is this expected behaviour or is something amiss at my end?
Thanks.