[Gambas-user] [OFF TOPIC] Trouble creating gitLab account
gbwilly at ...3606...
gbwilly at ...3606...
Fri Aug 25 22:48:51 CEST 2017
> On 08/25/2017 08:07 AM, gbwilly at ...3606... wrote:
>>> Le Mon, 21 Aug 2017 17:58:30 +0200, <gbwilly at ...3606...> a écrit:
>>>
>>>> I want to create a gitLab user so I can clone gambas and from there do
>>>> translations, to later do the merge request for Dutch gambas
>>>> translations.
>>>>
>>>> When I register a user I get a reCAPTCHA error.
>>>>
>>>> Screenshot01 shows page before registring.
>>>> Screenshot02 shows page after trying to register with error.
>>>>
>>>> Anyone have this experience?
>>>>
>>>> gbWilly
>>>
>>> There is a captcha you need to fill in order to register, but it is
>>> probably
>>> blocked by your ad blocker.
>>>
>>> Try to disable it temporarily and refresh the page, that should fix your
>>> problem.
>>>
>>
>> Well, I disabled the ad blocker, no recaptcha.
>> So I restarted the browser, still no recaptcha.
>>
>> Guess I'll try it at work on monday, maybe more luck there.
>>
>> gbWilly
>>
>
> The reCaptcha is delivered via Javascript with a noscript fallback in an iframe. Perhaps you are blocking scripts _and_ iframes
> from third-party sources.
>
> [code]
> <script src="https://www.google.com/recaptcha/api.js" async defer></script>
> <div class="g-recaptcha" data-sitekey="6LfAERQTAAAAAL4GYSiAMGLbcLyUIBSfPrDNJgeC"></div>
> <noscript>
> <div style="width: 302px; height: 352px;">
> <div style="width: 302px; height: 352px; position: relative;">
> <div style="width: 302px; height: 352px; position: absolute;">
> <iframe
> src="https://www.google.com/recaptcha/api/fallback?k=6LfAERQTAAAAAL4GYSiAMGLbcLyUIBSfPrDNJgeC"
> frameborder="0" scrolling="no"
> style="width: 302px; height:352px; border-style: none;">
> </iframe>
> </div>
> <div style="width: 250px; height: 80px; position: absolute; border-style: none;
> bottom: 21px; left: 25px; margin: 0px; padding: 0px; right: 25px;">
> <textarea id="g-recaptcha-response" name="g-recaptcha-response"
> class="g-recaptcha-response"
> style="width: 250px; height: 80px; border: 1px solid #c1c1c1;
> margin: 0px; padding: 0px; resize: none;" value="">
> </textarea>
> </div>
> </div>
> </div>
> </noscript>
> [/code]
>
> --
> Lee
You set me at the right track, turned out to be a privacy tracking setting in Firefox.
Tnx all, got my gitLab account up and running and forked Gambas.
Now let' s do some translations and give git a go :)
gbWilly
More information about the User
mailing list