The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
+2
SLGray
Majable
6 posters

    Hidden captcha - registration problems

    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Hidden captcha - registration problems

    Post by Majable May 5th 2024, 12:09 am

    Forum version : phpbb3
    Position : Founder
    Concerned browser(s) : Google Chrome, Opera, Safari, Firefox, Edge
    Who the problem concerns : everyone
    Forum link : https://www.dieacnocte.com/register
    Package: Advanced

    My forum is having trouble registering new users. The problem is that the captcha appears to be hidden for some reason, but there is absolutely nothing in our codes that could do that. The last few days have seen some issues like that on other forumotion websites, but they seem to vanish. Well, not in our case. Sad I've tried to enable and disable Javascript code management, but it doesn't help. We can't change the theme because it's custom.
    Several users have been awaiting registration for some time.

    Can anyone please help? Thank you!


    Last edited by Majable on May 6th 2024, 4:19 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: Hidden captcha - registration problems

    Post by SLGray May 5th 2024, 3:31 am

    Hidden captcha - registration problems Google11



    Hidden captcha - registration problems Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Re: Hidden captcha - registration problems

    Post by Majable May 5th 2024, 2:42 pm

    Hi, no, not this. I'm sorry; I should've been more specific. The problem is that the mandatory captcha code confirmation during registration (step 2) is not showing up. The same issue as here: https://help.forumotion.com/t163324-unable-to-register, but as I mentioned - I've tried to enable and disable JavaScript code management, but it doesn't help. We can't change the theme or skin because it's custom. The issue appears to be present on different websites, regardless of the CSS used.

    As I process to register and go to step 2, the only input I have is “password confirmation”.
    Hidden captcha - registration problems D7HmOWw

    Then, after confirming the password, I get the message “The confirmation code is incorrect”. https://www.dieacnocte.com/register?step=2&agreement=1&privacy=1
    Hidden captcha - registration problems 1yFFr20

    In dev tools I found this code:
    Code:
                      let inputToken = document.getElementById('g-recaptcha-response-3');
                      function captchaCheck(e) {
                         e.preventDefault();
                         let form = this;
                         grecaptcha.ready(function() {
                            grecaptcha.execute('6LfeLiAoAAAAALWL8_gKlLo22bn9Jn31i7NXq3mz', {action: 'register'}).then(function(token) {
                               inputToken.value = token;
                               /* Workaround when an input named submit exists */
                               document.createElement('form').submit.call(form).submit();
                            });
                         });
                      }
                      inputToken.closest('form').addEventListener('submit',captchaCheck);
    But I'm not sure if this causes the problem.
    jucarese
    jucarese
    Hyperactive


    Male Posts : 2461
    Reputation : 117
    Language : spanish
    Location : SSF Admin

    Solved Re: Hidden captcha - registration problems

    Post by jucarese May 5th 2024, 9:14 pm

    @Majable It is a google captcha problem, the technicians are already working on it and will solve it asap.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19162
    Reputation : 1995
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Hidden captcha - registration problems

    Post by Ape May 5th 2024, 10:13 pm

    Hello @Majable

    I see from your first post you have tested the following.
    you have turned off your Javascripts to see if the problem was from there.

    Can i ask you ?
    Have you gave turning off your CSS files to see if the problem is still there?
    Have you Forced the default templates to basic to see if you have a error on your templates ?

    Running this basic test helps us know more about your problem.



    Hidden captcha - registration problems Left1212Hidden captcha - registration problems Center11Hidden captcha - registration problems Right112
    Hidden captcha - registration problems Ape_b110
    Hidden captcha - registration problems Ape1010
    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Re: Hidden captcha - registration problems

    Post by Majable May 5th 2024, 10:36 pm

    @jucarese thanks! We've noticed there are similar problems on a few different Polish forums, or at least there were a few days ago. As far as I know, some forum administrators had the same issue, and things went back to normal after a few days, but not us. Sad

    @Ape thank you. I tested that as well, and it was all the same regardless of which skin I used, what was in the CSS style sheet, and the JS codes. Sad We didn't make any changes to the JS, CSS, or HTML. It worked perfectly until a few days ago, but it suddenly stopped. Sad
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19162
    Reputation : 1995
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Hidden captcha - registration problems

    Post by Ape May 5th 2024, 11:50 pm

    Thank you @Majable for Clarifying that.



    Hidden captcha - registration problems Left1212Hidden captcha - registration problems Center11Hidden captcha - registration problems Right112
    Hidden captcha - registration problems Ape_b110
    Hidden captcha - registration problems Ape1010
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19162
    Reputation : 1995
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Hidden captcha - registration problems

    Post by Ape May 6th 2024, 3:16 am

    Please note I have made a only topic for this problem.
    https://help.forumotion.com/t163333-validate-spammer-thing

    this has been reported to our Tech team.

    to keep updated please watch that topic.

    Thank you.

    If this is not the same problem please let us know.



    Hidden captcha - registration problems Left1212Hidden captcha - registration problems Center11Hidden captcha - registration problems Right112
    Hidden captcha - registration problems Ape_b110
    Hidden captcha - registration problems Ape1010
    The Godfather
    The Godfather
    Administrator
    Administrator


    Posts : 5133
    Reputation : 831

    Solved Re: Hidden captcha - registration problems

    Post by The Godfather May 6th 2024, 10:22 am

    Hello everyone,

    To keep you informed, a patch has been posted online few minutes ago. It must provide a solution to the problem without abandoning the fight against SPAM.

    The fix targets the registration and post/edit message pages (under certain conditions).

    And for information with the Google Recaptcha V3 solution, it is completely normal not to have a Captcha to complete, this is the principle of the V3 (many people think that it is an error not to see a captcha but this is the intended behavior). To find out more: https://developers.google.com/recaptcha/docs/v3?hl=en

    Can you give us feedback please? Thank you for all your reports.

    TonnyKamper likes this post

    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Re: Hidden captcha - registration problems

    Post by Majable May 6th 2024, 1:40 pm

    @Ape, the system message in our case doesn't mention spammers or anti-flood, just "The confirmation code is incorrect", so I think it's not the case.

    @The Godfather, thanks! I tried registering from various IP addresses and web browsers, but nothing changed. :< There is still a message stating that the confirmation code is incorrect. Is there anything we should change in the admin panel or add to our codes?

    Ape likes this post

    The Godfather
    The Godfather
    Administrator
    Administrator


    Posts : 5133
    Reputation : 831

    Solved Re: Hidden captcha - registration problems

    Post by The Godfather May 6th 2024, 2:15 pm

    Hello @Majable

    I asked to the technical team if they can find something in the custom changes of the forum maybe.
    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Re: Hidden captcha - registration problems

    Post by Majable May 6th 2024, 3:17 pm

    Thanks  @The Godfather, some time ago, we created a test forum to try our codes and today we deleted all the codes, all the CSS, and all the JS from the site, and there's the same problem. I am providing you with a link just in case: https://testyrzutukartoflem.forumpolish.com
    The Godfather
    The Godfather
    Administrator
    Administrator


    Posts : 5133
    Reputation : 831

    Solved Re: Hidden captcha - registration problems

    Post by The Godfather May 6th 2024, 3:49 pm

    Hello @Majable

    We just sent online a fix, can you test again please?
    avatar
    Majable
    New Member


    Posts : 12
    Reputation : 1
    Language : Polish, english

    Solved Re: Hidden captcha - registration problems

    Post by Majable May 6th 2024, 4:03 pm

    @The Godfather Thank you, everything works great now. Problem solved! Very Happy

    Ape likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15187
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Solved Re: Hidden captcha - registration problems

    Post by skouliki May 6th 2024, 8:50 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules


      Current date/time is May 19th 2024, 11:34 pm