Since getting this, I can’t select my subs only.

  • ritswd@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 year ago

    For accuracy, it’s not just about the admins being busy, 0.18.0 removed the signup captcha, which has been crucial for preventing massive bot signups into instances, some number of instances can’t upgrade without that critical downside. The plan is for the captcha to be reintroduced in 0.18.1, so we’re all waiting for that.

      • Barbarian
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        edit-2
        1 year ago

        Because it was implemented using WebSockets, which was torn out for 0.18. They need to reimplement a captcha using HTTP instead. Not the most difficult job or anything, just didn’t make the cut for 0.18 in the interests of getting it out there.

        EDIT: I’m wrong, just double-checked github after reading what @[email protected] said. See below for his comment or here for the discussion on github.

        • terribleplan@lemmy.nrd.li
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          I’m pretty sure it was removed because they had concerns with the current implementation being too easy for bots and too hard for humans (including accessibility concerns), and was entirely unrelated to the WebSockets issue. AFAIK they are replacing their custom implementation with mCaptcha which is a fully-automated solution that will basically pass so long as your browser runs JavaScript. I am unconvinced that this solves the “too easy for bots” problem, but it certainly solves the “too hard for humans” one.

          • Barbarian
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Just double-checked, you’re completely right. Edited my comment.