• LiveLM@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

    The best I’ve seen was yesterday where a website had the log-in button greyed out after the password manager filled my creds in.
    So I had to manually click both the email and password field. Just click them. Then it enabled the log-in button.
    So someone took their time to write a piece of JS that said “If the user hasn’t focused both fields at least once, no login”. Literally why? Extra code that does nothing useful.


    I was hoping passkeys would be the solution to this madness, but it seems to me the entire spec gives too much power to the OS Makers and too little to the users because “mUh AtTtEsTatIoN” so now I don’t know anymore

    • spizzat2@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      28 days ago

      My utitlies website doesn’t let you login if the password field is autofilled by the browser. Whatever Angular-based form validation they are using doesn’t play nice with Firefox’s saved password feature. You have to manually type something in the password field, so I always add and remove a space from the password.

      I sent an email to their support, hoping they would fix it, but they just responded saying that they can’t reproduce it.

      Well, I can reproduce it. I even told you how. That sounds like a skill issue.

    • Gumby@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      28 days ago

      I’ve definitely run into that. Even more frustrating is when there was one particular site that forced me to actually delete the last character of my password and then retype it. Just focusing in the field wasn’t enough, I had to actually send it a keystroke. And Ctrl-V to paste the password in manually didn’t count. I suppose typing a random character at the end and then deleting it would have worked too.

  • Lung@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    HEY BUT DO YOU WANT TO USE A PASSCODE?? PASSCODE! PASSCODE! USE THE PASSCODE! -_-

      • panda_abyss@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        Passkeys are okay, but your browser and OS want you to use them because you can’t just take a passkey to another platform, you have to create a new one, and it’s a pain in the ass.

        It’s a lock-in gimmick latching on to a real useful solution.

  • MaggiWuerze@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    Also This strange trend to split username and password on to two separate pages, or only showing the password field after confirming the username

    • bobo@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago
      1. Username
      2. Password
      3. MFA
      4. Do the whole process all over again because the remember this device is on step 2 and it’s impossible to go back

      Bonus stage 0: special login URL decided to crap out, and going back to any point in history automatically redirects to the error page that you can’t use to log in, so you need to keep going back and trying to copy the URL before it redirects becausw Firefox interprets pressing “stop” as “do whatever you want idk”

      Fucking aws…

        • Tonava@sopuli.xyz
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          Oh fuck, the stone piles -thing is the worst of those. Tiny images, badly generated so you can’t see shit, multiple rounds that have six or so images each round, you can’t make a single mistake, and you get to know did you make any mistakes only after completing all of the rounds. It’s straight up abuse

          Once I had to try over five times and still kept failing, so I just gave up. I guess I’m not a human anymore

          • korazail@lemmy.myserv.one
            link
            fedilink
            English
            arrow-up
            0
            ·
            28 days ago

            I actually like seeing those, when I have time, because I assume they are training ai with it and using my selections as tagging data. Pick all the cars: nope, everything but cars.

            I’m probably the reason you fail, because I’m poisoning the data and reducing the confidence scores for the tags.

            I remember when doing those captcha felt like improving computer science and that was a positive thing, teaching computers to see. How quickly we’ve fallen.

            • Passerby6497@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              6 days ago

              I remember doing this with the text based captchas a decade or so ago. For a while it was pretty obvious which word was the control word and which was the one you were being data mined for, so it was always fun to throw a swear or something in there for the lulz to poison the data.

    • neidu3@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      28 days ago

      Not that strange. Different users may belong to different groups which may have different authentication backends. The associated authentication method is brought up once a username has been provided.

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        if your choice of api route directly affects your auth flow something is very wrong.

    • bamboo@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      28 days ago

      This is because of Enterprise Single Sign On. You can try this for yourself by going to https://gmail.com/ and enter the email of a public person at a large org, for example the CEO of Doordash (tony@doordash.com). After you enter the email, you get sent to Doordash’s employee portal to authenticate. Based on the email you provide, Gmail has to figure out if you need to provide a password to gmail itself or if the email authenticates another way.

      • Jesus_666@lemmy.world
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        28 days ago

        It’s not like you can’t add a “Log in with your company’s SSO” button to the form. That works just fine and at least Microsoft does something like that.