1314
you are viewing a single comment's thread
view the rest of the comments
[-] MaggiWuerze@feddit.org 294 points 4 weeks 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

[-] neidu3@sh.itjust.works 97 points 4 weeks ago* (last edited 4 weeks 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 56 points 4 weeks ago

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

[-] tazeycrazy@feddit.uk 1 points 3 weeks ago

I don't like it when I need to sign in twice for single sign-on. The email/username then tells the system if they need to be directed to another sign in page. Like Google or Microsoft. This then allows you access without having to give them your password.

[-] atomicbocks@sh.itjust.works 29 points 4 weeks ago

You can do that as part of an OAuth workflow. You don’t need to have them on separate pages for that to happen.

[-] paraphrand@lemmy.world 10 points 4 weeks ago

Yes, but, it also lets them slurp up email addresses. Routing users is legit tho.

[-] RamenJunkie@midwest.social 4 points 3 weeks ago

This reminds me of another annoying one, often related to these routing pages.

I type in my email, then it routes to "create an account". Or WORSE it mimmicks the thing the OP is complaining aboit and says it sent me a verification email, then prompts me to make an account.

Like fucker, I have a dozen+ email addresses, if my email isn't an account, just tell me so I can try a different one.

[-] bobo@lemmy.ml 56 points 4 weeks 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...

[-] Sabata11792@ani.social 33 points 4 weeks ago

You forgot step 2.5: incorrectly identifying stoplights 6 times in a row.

[-] Tonava@sopuli.xyz 8 points 4 weeks 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 6 points 4 weeks 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.

[-] PokerChips@programming.dev 3 points 4 weeks ago

You're probably getting flagged. You have to be just slightly off. Miss one or two by a square or two. And remember that image so you repeat it every time.

[-] RamenJunkie@midwest.social 2 points 3 weeks ago

I do that shit too, fuck the AI training. The Terminators will stopnat every set of stairs thinking its a stop light

[-] Passerby6497@lemmy.world 1 points 1 week 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.

[-] mimavox@piefed.social 4 points 4 weeks ago

It's a whole mini game sometimes. I hate them with every fiber of my being.

[-] Airfried@piefed.social 6 points 4 weeks ago

It took me years to learn that you're supposed to do them very slowly. Otherwise it will keep bothering you to fill out more. Pretend you are 80 years old and you're good to go on your first try.

[-] RamenJunkie@midwest.social 3 points 3 weeks ago

At least identifying shit is easy, I have seen some wild captchas. Roblox for a while had some really crazy ones where its like "Identify the shape that most closest matches the answer to this math problem", and the shapes are all highly stylized numbers on a field that is basically a colorblind test.

[-] Sabata11792@ani.social 2 points 3 weeks ago

Math? I'd drop the entire service for that. We enslave rocks and teach them math and language to avoid more math.

[-] WolfmanEightySix@piefed.social 1 points 2 weeks ago

I generally get bored and forget what I’m doing so the page refreshes. 

[-] bamboo 34 points 4 weeks 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 19 points 4 weeks 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.

[-] bamboo 13 points 4 weeks ago

Not sure I'd take design inspiration from Microsoft of all places. Also https://login.live.com/ has the same workflow email -> continue -> password. Not sure where you're seeing Log in with SSO option.

[-] Gumbyyy@lemmy.world 5 points 4 weeks ago

I see the Login with SSO option all over the place. Of course, that assumes the users actually understand what that means, and they know whether or not they need to click it.

[-] tja@sh.itjust.works 5 points 4 weeks ago

And remembers which one they choose when registering.

[-] mimavox@piefed.social 1 points 4 weeks ago

Zoom has it, for example. 

[-] Jesus_666@lemmy.world 1 points 4 weeks ago* (last edited 4 weeks ago)

My company uses Entra ID (or whatever they've renamed it to this week) and it's a pretty common sight in our login flow. I think our SharePoint instance does it so it should be something MS does.

Of course it all depends on w how the company configures it.

[-] bamboo 2 points 4 weeks ago

Ok, I think I get what you're saying. You mean have a different form input without the password, like how it's done here: https://eu.app.orcasecurity.io/login? I guess that's one way to do it, but it's not really intuitive from a user perspective, since the first thing you see is a password field, and then think you don't have access because you don't have a password. This one comes to mind because I have had to tell people to click the tab for the email only field, not email and password.

[-] Jesus_666@lemmy.world 1 points 4 weeks ago

I also often see implementations where there's a first step where you have to select how to log in. It's an extra click but very clear (and usually one of the options is some form of SSO where that one click fully logs you in if you already have a session open).

[-] helvetpuli@sopuli.xyz 3 points 4 weeks ago

No it doesn't work fine, because it confuses people, and provides the potential for working-around SSO.

[-] ricecake@sh.itjust.works 8 points 4 weeks ago

That ones because users like choice. They need to look up who you are to know how you've chosen to authenticate. At least, that's how it started. Some could be doing it because the big kids are, but that's why the big kids do.
And they support choice because businesses want to use their login infrastructure and refuse to share. So you enter "user@businessOrUniversity.com.edu" and it forwards you to your institutional login.

[-] kibiz0r@midwest.social 5 points 4 weeks ago

1Password handles this gracefully

[-] helvetpuli@sopuli.xyz 4 points 4 weeks ago

That's there to support routing to an identity provider for SAML2 SSO.

[-] mimavox@piefed.social 3 points 4 weeks ago

Came here to say that! For the love of God, stop with this nonsense!

this post was submitted on 13 Mar 2026
1314 points (100.0% liked)

Programmer Humor

30899 readers
1065 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS