I'm wondering if there is a way to customize Google Recaptcha to use only the simple "checkbox click" challenge and not those in which you have to click on various images.
For the first time I have to use this captcha for a website dedicated to senior people and Ive been asked to use the simplest method.
I've looked at the docs but found nothing.
Thanks!
The harder to solve captchas appear if you're using recaptcha a lot.
Generally, low frequency users should only see the checkbox and not need to solve captchas.
The new API is the next step in this steady evolution. Now, humans can just check the box and in most cases, they’re through the challenge.
Source
As a dev you'll be often confronted by multiple image selections because of the frequency you're solving captchas.
Related
can you tell me how to effectively document analytical events (clicks on buttons, etc. for websites) for further easy updating and easy work of different teams on one product with the ability to change events and so on (because the design of the website changes often).
I currently use excel with event, description, additional parameters, and a screenshot of the place with the button.
I wonder how other people do it, maybe there are already good tools for such tasks. Share your ideas if you don't mind, I would be grateful.
For my laravel project I need to implement an accessibility toolbar; however, I can't find an already developed toolbar. The only toolbar that I found was the ADA toolbar but it's for wordpress.
Do you know about any toolbar for laravel that I could use or should I create it myself?
Thanks in advance.
Having a toolbar to allow various adjustments to a site such as font, color schemes, etc is an ok thing to do as long as the toolbar isn't trying to replace making the site accessible. These latter tools are typically called "overlays" and many of them market themselves as saying you don't have to fix any accessibility issues and all you have to do is plugin their tool to your site (and pay them a fee every month). It's blatent false advertising and several groups are working with the FCC regarding this.
A guide to accessibility overlays
Overlay Fact Sheet
The Many Pitfalls of Accessibility Overlays
Accessibility Overlays May Not Make Your Site More Accessible
Why Accessibility Overlay Solutions Fail to Protect or Serve
Should I Use An Accessibility Overlay?
But with that out of the way, if you've already spent time making the site accessible, then having a toolbar to help with accessibility is ok. A good example is the State of California. Click on the "Settings" cog in the upper right...
and you'll see some handy adjustments you can make to the site. Higher contrast, font size, and font face.
These are all helpful things. The settings don't replace any accessibility work that's been done on the page. The webiste already has good color contrast. The website already has a good font (although there aren't any WCAG requirements when it comes to font.)
Making a website is not that difficult, contrary to what you may think. Most (I'd say over 90%, probably higher) accessibility issues are super easy to fix. It's usually the volume of issues that takes time. Lots of easy fixes still add up to a lot of time if there are 1000s of them.
Finding accessibility issues might be the challenging part if you're not familiar with WCAG. For anyone that's been doing accessibility testing for a few years, it's not that challenging.
Currently I am trying to build such customization of product in Bigcommerce Storefront that allows to display image with dynamic text, which was entered in Textbox. That means product image preview should be shown INSTANTLY with new image with written text.
so that the end user will know how the final product will looks like and also same image should go in shopping cart as well.
I know that there is an app on Shopify named as Product Builder.
Is this possible to do it on Bigcommerce?
Thanks in Advance
It's definitely possible with some fairly advanced client-side code. Unfortunately I don't know of any plug and play systems or apps for Bigcommerce that will achieve what you're looking for, but there are a couple ways to get a live updating product preview if you're willing to get your hands dirty.
Here's an example from my site. Click the button under "personalize this item", and you'll see a live preview image like you describe in the modal. Enter some text and change the monogram style and color, the preview image should update pretty quickly every time you change an option. A solution exactly like mine may not be feasible for you, since that site is using a pretty complex React/Redux implementation built on an extensively customized Stencil theme... it's far from a turnkey solution. That said, you could implement something similar without needing a totally custom app.
The image preview itself in the example above is powered by IMGIX.com. They offer a great service at a fantastic price. Basically my system translates the user-selected Bigcommerce option into a URL string per IMGIX's URL-based API. Displaying the live preview is then as simple as changing the image's src attribute to the corresponding IMGIX URL on every input change. I do this in a React component that consumes a Redux store, but something similar could definitely be done in the framework of your choice, or plain old vanilla JavaScript. Cloudinary offers a similar (maybe even a little bigger) feature set to IMGIX, but I found IMGIX to be a bit faster, and the pricing was considerably less for my usage.
You could also write something that uses the HTML5 canvas to overlay text and effects on an image, and thereby avoid using a third-party service. I found such a solution to be way more work and way more taxing on the client-side device, but it'd definitely be another way to skin the proverbial cat.
There may be other viable solutions out there, but the above has been my experience in implementing something similar to what you're looking for on Bigcommerce. I hope this is helpful!
When we select a captcha image, it fading away and a fresh new image is getting replaced, as shown in below screenshot. Same for all images in that captcha. For over a year we had no problem, but only since 2 days we are seeing this(no change is done in the page).
Additionally, this problem occurs intermittently irrespective of browsers, OS, or Browser Incognito mode.
We tried changing security level at Google Developer Console to low, medium and full but of no use. If you have any clue or handled this before, please let me know.
Note: I see this problem for my work website, personal website, as well on Quora Signup page also!(may have to keep refreshing for a while to see the problem).
This is expected behaviour, its just a different type of recaptcha challenge. You select all storefronts or whatever it tells you too and then it will fade out and load a new image. You have to repeat and click the matching images until there are no more storefront images left to select, then verify.
This is completely confusing for users. If you do it once and it behaves a certain way and then the next time images fade out it seems like an error. This is not an answer but hopefully if enough people lodge an issue they can make a more sensible solution.
I had the same problem and it was very annoying. At first i thought my captcha is bugged out.
The solution: Keep pressing the images they ask you to click on (for example "select all images with dogs")
As soon as there are no more pictures with "dogs" press the submit button and it should give you a positive response.
hope it helped :)
i faced the same issue.
Its not a bug as many guys claim.
But first of all you have to disable your ad blocker, if you are using any.
When recaptcha i.e. asks for chosing a bus, select a bus until there is no bus anymore.
Then verify... this worked for me. i hope for you as well
I went through many links and research for this behavior but as we all know grecaptcha is one type of service that protects your website from spam and abuse. Every time our CAPTCHAs are solved, that human effort helps digitize text, annotate images, and build machine learning datasets. This in turn helps preserve books, improve maps, and solve hard AI problems.
Google Recaptcha
So this is basic thing which everybody knows who are using grecaptcha.
But your question is appreciable but this behavior is not related to security settings or OS or Browsers or anything else.
(You will get rid of this behavior only when they change their behavior or launch new Captcha. :)
Is there any way I can get a share picker like the one seen when you share a page from Internet Explorer? It allows you to choose from Messaging, individual emails, or social networks.
This msdn site lists several individual launchers (like social networks, email), but not the one higher up the chain?
Is this possible?
Thanks
No - you have to write your own.
The two best options that I found are:
1. Write your own using the primitive Popup class.
http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup(v=vs.95).aspx
Use the toolkit ListPicker to simulate such a popup.
http://www.windowsphonegeek.com/articles/listpicker-for-wp7-in-depth
http://silverlight.codeplex.com/
(BTW: I am using the Popup and so far am very happy. Took a while to get it just right, but it's good once you do)