Infosec.Pub
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Gork@sopuli.xyz to Software Gore@lemmy.world · 18 days ago

First name invalid.

message-square
73
link
fedilink
434

First name invalid.

Gork@sopuli.xyz to Software Gore@lemmy.world · 18 days ago
message-square
73
link
fedilink
alert-triangle
You must log in or # to comment.
  • Entertainmeonly (she/her)@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    109
    arrow-down
    1
    ·
    18 days ago

    Auto fill likes to put a space after the name that often will make these forms freak out.

    • dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      63
      arrow-down
      1
      ·
      18 days ago

      Not always. My mortgage company uses a software where it treats the password as invalid if it’s autofilled. I have to copy and paste the password into the box to remove the error.

      Why people and companies need to make things purposefully difficult is beyond me. This shit is decades old and solved. Yet, they’re still constantly broken.

      • brb@sh.itjust.works
        link
        fedilink
        arrow-up
        53
        ·
        18 days ago

        What usually works is adding a character at the end of the autofilled password and then removing it

      • nocturne@slrpnk.net
        link
        fedilink
        arrow-up
        23
        ·
        18 days ago

        My old bank would not allow pasted passwords, nor autofill. For a while PayPal was the same way.

        • cmnybo@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          19
          ·
          18 days ago

          Many password managers have a function where they can fill the password by sending key presses for troublesome sites like that.

        • acockworkorange@mander.xyz
          link
          fedilink
          arrow-up
          8
          ·
          18 days ago

          https://github.com/marcos10pc/dont-f--with-paste-bookmark

          Don’t fuck with paste - a bookmarklet for those occasions.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        10
        ·
        18 days ago

        Security theater.
        “Look, boss, i made thing more secure!”

      • KubeRoot@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        4
        ·
        17 days ago

        From my experience, I think this also happens because of badly written code, where it tries to detect user input to do validation, but it handles events incorrectly and sees autofill as invalid.

        • LastYearsIrritant@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          ·
          17 days ago

          I found that a lot of banks reject it unless both of the fields have been active inputs.

          So do the auto fill, then click each field so it thinks they were both used, then click login.

          Dumb, but two of my financial institutions require it.

    • eatham 🇦🇺@aussie.zone
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      18 days ago

      Spaces are valid within names.

      • KairuByte@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        7
        ·
        18 days ago

        Are they valid after names? I mean I suppose they could be, but how could you ever, and I mean ever, write out the name in that case?

        • eatham 🇦🇺@aussie.zone
          link
          fedilink
          arrow-up
          23
          ·
          18 days ago

          No but the software should just remove excess whitespace instead of complaining

          • t҉̠̙ǵ̣̞̄ͪ͜x̸̱͚̳ͫ͐̑̈ͯͣ̚n̒͌҉͉̦̜̝ͅ@lemmy.tgxn.net
            link
            fedilink
            arrow-up
            10
            ·
            18 days ago

            thing.trim()

          • lemmyvore@feddit.nl
            link
            fedilink
            English
            arrow-up
            10
            ·
            18 days ago

            https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/

            • 0x0@lemmy.zip
              link
              fedilink
              arrow-up
              2
              ·
              17 days ago

              11 i thought all alphabets have been encoded in Unicode?
              15 Murica and Brazil have no rules whatsoever so i guess it can happen.

              • gandalf_der_13te@feddit.org
                link
                fedilink
                arrow-up
                1
                ·
                17 days ago

                some people don’t even have a native writing system so i guess their name is not canonically mapped in unicode characters either. every attempt to write it down is just an approximation.

        • Billegh@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          18 days ago

          Who are you to judge that my name isn’t valid? I can be " Bart 2" if I want to be.

          • KairuByte@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            3
            ·
            17 days ago

            Does your name include the quotes? >.>

            • iuminou@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              2
              ·
              17 days ago

              only one of them obviously

            • Billegh@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              17 days ago

              Only the last one

    • lime!@feddit.nu
      link
      fedilink
      arrow-up
      13
      arrow-down
      2
      ·
      18 days ago

      what if my name has a space at the end though?

      • Birch@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        18 days ago

        Or this https://youtu.be/nq-dchJPXGA

        Also, happy cake day!

    • hig13@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      18 days ago

      Couldn’t you just make it so the text box doesn’t accept spaces to prevent that? Why allow a character to be input that makes the field invalid?

      • gwl [he/him]@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        25
        ·
        18 days ago

        Yeah, that’s also a bad idea, there’s plenty of (mostly none-western) forenames that contain spaces, and plenty of surnames that contain spaces all over the world (Charles de Gaul, Guy Manuel de Hommen-baron)

        All they really need to do is to onSubmit do a .trim() to the name

      • FooBarrington@lemmy.world
        link
        fedilink
        arrow-up
        16
        ·
        18 days ago

        Because even if a space at the end of the name should be considered invalid, people can have names with spaces inside.

        • Whats_your_reasoning@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          18 days ago

          This is true. I know someone with a legal first name that’s two words. He’s a kid I work with. His parents made a point that his name isn’t one or the other, it’s both, and we are to address him as such.

          To my understanding (as a non-tech person who consumes tech-related media), name fields are commonly culturally biased. Usually it impacts last names, which can vary in size and layout across the world, sometimes including hyphens (which some systems don’t like either.) Super short or long names also run into problems. Not everyone has one first name, one middle name, and one last name, but a lot of systems aren’t designed to handle that kind of variation.

          • gwl [he/him]@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            15 days ago

            There’s a lot with “name must be 3 or more characters” for example

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        7
        ·
        18 days ago

        Nah, backend is hard, and they only know JS.

        • Kushan@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          18 days ago

          As a primarily backend engineer, I think the opposite here. The backend makes sense, JS is just a nightmare.

          • MonkderVierte@lemmy.zip
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            17 days ago

            From the typical web developer’ view of course. They don’t even know the <form><input type="submit"> thing anymore nowadays, neither the people who developed their framework. Can’t apply for a job, because the js-form has a bug!

  • aldhissla@piefed.world
    link
    fedilink
    English
    arrow-up
    36
    ·
    18 days ago

    Yea, that’s not a real name. You need to put in a real name, like Swaglynn.

    • BoxOfFeet@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      17 days ago

      My mother-in-law worked at a preschool, and there was actually a little girl named Sexianna.

      • aldhissla@piefed.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        17 days ago

        Ok, that’s straight up child abuse.

        • BoxOfFeet@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          17 days ago

          Absolutely. I probably wouldn’t believe her, but my wife confirmed it. She used to go in to help out. The little girl also had a brother named Sir King.

  • psycotica0@lemmy.ca
    link
    fedilink
    arrow-up
    36
    ·
    17 days ago

    I don’t know what the problem is for this person, but my name is Christopher. Super white, Christian, and “normal”. My bank thinks my name is Christophe because apparently 10 characters is enough for the first name column.

    • Rusty@lemmy.ca
      link
      fedilink
      English
      arrow-up
      15
      ·
      17 days ago

      Thank Christ the name limit is not 6.

    • gandalf_der_13te@feddit.org
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      17 days ago

      ah yes, the famous 2-syllabe american names. ever been to italy?

  • noughtnaut@lemmy.world
    link
    fedilink
    arrow-up
    33
    ·
    18 days ago

    It’s also fun buying tickets from the Belgian airline, when they tell me that my family name contains illegal characters. Really? Tell me they’re invalid or better yet unacceptable, but not that.

    • filcuk@feddit.uk
      link
      fedilink
      arrow-up
      16
      ·
      18 days ago

      Programmers making ui/ux decisions haha. You’ll pry ‘undefined’ from my cold, dead hands

  • Dicska@lemmy.world
    link
    fedilink
    arrow-up
    33
    ·
    17 days ago

    User first name ‘Kristen’ already taken.

    • Couldbealeotard@lemmy.world
      link
      fedilink
      English
      arrow-up
      21
      ·
      17 days ago

      Invalid password. Already in use by Dicska.

  • Crakila@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    18 days ago

    Ok “Kristen” if that is even your name 🙄

  • potoooooooo 🥔@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    17 days ago

    Well done, web form. One less of these damn fakers to wade through. KRISTEN. 👏 ISN’T. 👏 A NAME. 👏

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    18 days ago

    I’d try replacing letters with homoglyphs. Doubt it would work, but not so much that I didn’t think it was worth a try.

    I mean, first I’d check to make sure I hadn’t added any leading/trailing spaces. There does appear to be a lot of space before the K. Might technically be why it isn’t working.

    Not that the site doesn’t still have serious dumb issues even if that is the issue. But yeah.

  • mabeledo@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    17 days ago

    Welcome to my world, where a first name with two words cannot exist, and every single credit card I own has a different name printed on them.

    • bingrazer@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      17 days ago

      Reminds me of this https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/

      • bstix@feddit.dk
        link
        fedilink
        arrow-up
        6
        ·
        17 days ago

        Nothing on that list would have saved Mr.& Mrs. Null from their constant hassle with systems.

      • captainlezbian@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        17 days ago

        So many systems just cannot comprehend that names change. Or they make name changes weirdly inconvenient (if I can’t just email the paperwork it’s too inconvenient). It’s not that big of a problem but it is a random pain in the ass every once in a while

        • davidgro@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          17 days ago

          This is the only reason I didn’t change my name when I got married. (I’m a guy, but her last name is much better than mine)

          • captainlezbian@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            17 days ago

            Yeah that’s fair. I think they’re better about marriage based name changes (social security absolutely is). I’m just glad I didn’t try on multiple names before picking one while transitioning.

          • mushroommunk@lemmy.today
            link
            fedilink
            arrow-up
            4
            ·
            17 days ago

            Ooh, there’s dozens of us!

            I’m a guy who did change his last name to hers. I regret everything years later still (paperwork wise, marriage and name wise no regrets)

      • davidgro@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        17 days ago

        The one thing that I mildly object to on that list is number 11 (Unicode). Since we are taking about software, it’s basically equivalent to number 40 (having a name at all).

      • whyNotSquirrel@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        17 days ago

        People’s names do not contain numbers.

        There are really names with numbers? (others than Roman numerals)

        • iuminou@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          17 days ago

          romanized arabic uses numbers as certain letters iirc

          • gandalf_der_13te@feddit.org
            link
            fedilink
            arrow-up
            3
            ·
            17 days ago

            yep, for example ع is transcribed as 3

  • Duamerthrax@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    17 days ago

    There’s a lot of whitespace before the name. Any chance they hit the space bar before talking the screen shot?

  • nexguy@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    18 days ago

    Pkhrighstehn

  • 0x0@lemmy.zip
    link
    fedilink
    arrow-up
    5
    ·
    17 days ago

    Nothing new to some folks out there.

  • Auster@thebrainbin.org
    link
    fedilink
    arrow-up
    5
    ·
    18 days ago

    Aren’t names in credit cards all capitalized? Maybe worth trying KRISTEN instead of Kristen.

    • betterdeadthanreddit@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      18 days ago

      It’s my strawman, I’m making a special appearance in this admiralty court as the settler and natural person. Also, I’m traveling.

      • kesslerpartyatmyplace@anarchist.nexus
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        18 days ago

        Oh shit I gave admiralty court tomorrow! I’m going to give a sovcit speech then instead of insisting the laws don’t apply, because I kind of live on the beach, they just only apply if it stays on theme. Community service? Not valid unless they specify ‘beach cleanup’ or ‘cleaning barnacles off of boats’. Jail? No. Has to be ship’s brig.

        Do you think I can make the judge wear a captains hat and a sword instead of a robe and a hammer?

        • loke@fedia.io
          link
          fedilink
          arrow-up
          4
          ·
          18 days ago

          I watched a few performances of these people in court. It’s absolutely wild. Where do they get these ideas? Now I have this (likely unhealthy) desire to look at what these conversations look like. Do they have forums for these insane people?

          • mojofrododojo@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            18 days ago

            same place as q-anon gets their ideas: from the dankest shitholes of the internet, festering with ‘patriots’ who dodge taxes and sovereign citizens who get medicaid and social security.

            I love what the internet has given us, but often wonder if it was worth it or if there should have been some kind of test for basic logic people should demonstrate before being given unfettered access to the thing…

        • betterdeadthanreddit@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          18 days ago

          Don’t forget swabbing the decks and avasting ye scurvy seadogs.

        • captainlezbian@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          17 days ago

          Unfortunately judges can’t use any bladed weapons on account of being a variant of clerics

    • schnurrito@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      ·
      18 days ago

      I never do that and it always works anyway.

      • No_Money_Just_Change@feddit.org
        link
        fedilink
        Deutsch
        arrow-up
        3
        ·
        18 days ago

        But is your name KRISTEN?

        • schnurrito@discuss.tchncs.de
          link
          fedilink
          arrow-up
          3
          ·
          18 days ago

          No.

  • 777Prawn@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    17 days ago

    Fck Kristen! lol

  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    17 days ago

    🤷‍♂️

    types in “a valid first name”

Software Gore@lemmy.world

softwaregore@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !softwaregore@lemmy.world

Welcome to /c/SoftwareGore!


This is a community where you can poke fun at nasty software. This community is your go-to destination to look at the most cringe-worthy and facepalm-inducing moments of software gone wrong. Whether it’s a user interface that defies all logic, a crash that leaves you in disbelief, silly bugs or glitches that make you go crazy, or an error message that feels like it was written by an unpaid intern, this is the place to see them all!

Remember to read the rules before you make a post or comment!


Community Rules - Click to expand

These rules are subject to change at any time with or without prior notice. (last updated: 7th December 2023 - Introduction of Rule 11 with one sub-rule prohibiting posting of AI content)


  1. This community is a part of the Lemmy.world instance. You must follow its Code of Conduct (https://mastodon.world/about).
  2. Please keep all discussions in English. This makes communication and moderation much easier.
  3. Only post content that’s appropriate to this community. Inappropriate posts will be removed.
  4. NSFW content of any kind is not allowed in this community.
  5. Do not create duplicate posts or comments. Such duplicated content will be removed. This also includes spamming.
  6. Do not repost media that has already been posted in the last 30 days. Such reposts will be deleted. Non-original content and reposts from external websites are allowed.
  7. Absolutely no discussion regarding politics are allowed. There are plenty of other places to voice your opinions, but fights regarding your political opinion is the last thing needed in this community.
  8. Keep all discussions civil and lighthearted.
    • Do not promote harmful activities.
    • Don’t be a bigot.
    • Hate speech, harassment or discrimination based on one’s race, ethnicity, gender, sexuality, religion, beliefs or any other identity is strictly disallowed. Everyone is welcome and encouraged to discuss in this community.
  9. The moderators retain the right to remove any post or comment and ban users/bots that do not necessarily violate these rules if deemed necessary.
  10. At last, use common sense. If you think you shouldn’t say something to a person in real life, then don’t say it here.
  11. Community specific rules:
    • Posts that contain any AI-related content as the main focus (for example: AI “hallucinations”, repeated words or phrases, different than expected responses, etc.) will be removed. (polled)

You should also check out these awesome communities!

  • Tech Support: For all your tech support needs! (partnered)
  • Hardware Gore: Same as Software Gore, but for broken hardware.
  • DiWHY - Questioning why some things exist…
  • Perfect Fit: For things that perfectly and satisfyingly fit into each other!

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1 user / day
  • 109 users / week
  • 870 users / month
  • 1.82K users / 6 months
  • 45 local subscribers
  • 6.59K subscribers
  • 327 Posts
  • 2.78K Comments
  • Modlog
  • mods:
  • GamerBoy705@lemmy.world
  • UI: 0.19.19
  • BE: 0.19.19-jemalloc
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org