this post was submitted on 22 Sep 2025
366 points (97.4% liked)

Memes

12457 readers
1951 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 3 years ago
MODERATORS
 
top 29 comments
sorted by: hot top controversial new old
[–] magic_lobster_party@fedia.io 50 points 1 week ago (1 children)

One way this happened to me was because the ” choose password” page silently truncated too long passwords. The login page didn’t truncate.

[–] helpImTrappedOnline@lemmy.world 24 points 1 week ago (1 children)

That's been the most frustrating thing about using a password manager. I set the random generator pretty high and have to reset and decrease it randomly until the login works.

[–] Sabata11792@ani.social 8 points 1 week ago

When the shitty site dose not allow half the special characters in the generated password...

[–] candyman337@lemmy.world 20 points 1 week ago (2 children)

That means they've updated their password requirements and your new one is now rejected, or they reject passwords of a certain age or with a lack of account activity.

[–] pelespirit@sh.itjust.works 5 points 1 week ago

I'm pretty sure it was because the password was compromised. That's what I've heard for a decade now.

[–] coffee_tacos@mander.xyz 4 points 1 week ago (1 children)

They better not know whether the old password matches their new password requirements, as all they should have is the salted hash of the password, which reveals no information about the password on its own.

[–] candyman337@lemmy.world 3 points 1 week ago

Well, that's best practices but that's definitely not always implemented lmao

[–] lvxferre@mander.xyz 16 points 1 week ago* (last edited 1 week ago)

I hate poorly made security/identity systems in general, but by far the worst is poorly made 2FA.

No, I'm not giving you my number; and if using your site requires it, I'm probably giving up using your site. Ask my email and I'll provide my burner account.

[–] Thorry@feddit.org 9 points 1 week ago (2 children)

That's because you've been rate limited trying passwords for an hour. When an attacker is randomly trying incorrect passwords, even the correct password will be rejected. Otherwise the protection wouldn't be very useful.

[–] kibiz0r@midwest.social 6 points 1 week ago

Had a convo with someone a while back:

Bug report: “The ‘reset password’ form doesn’t show an error if you try to reset an account that doesn’t exist.”

Me: “That would be a security risk. Closed.”

Them: “What? How? You have to click the link in the email before it does anything.”

Me: “Try putting in a bogus email on the login screen. See how it says ‘wrong email/password combination’, and not ‘no such account’? If we tell the user whether we recognize a given email, we’re basically providing attackers a list of users they can try passwords for.”

[–] SoaringDE@feddit.org 1 points 1 week ago

But then there would be no harm in just stating the rate limit :(

[–] bathing_in_bismuth@sh.itjust.works 8 points 1 week ago (1 children)

And why keep hashes (I fucking hope so) of old passwords?

[–] BlueMagma@sh.itjust.works 8 points 1 week ago

To be able to display this error message and force you to use a different password, that way you won't remember it.

[–] purplemonkeymad@programming.dev 6 points 1 week ago (2 children)

They keep multiple old passwords. You've done this whole stick before and you tried to use that same password last time. You use it for everything, and every time your new account gets "hacked." You keep using that password even when we show you that it's been in multiple leeks and is associated with your email.

"But I like the password, it's my favourite football team!"

[–] maus@sh.itjust.works 3 points 1 week ago

Not so fun, fun fact. Google does not let you re-use the last 100 passwords.

[–] explodicle@sh.itjust.works 2 points 1 week ago

Bruh I never wanted to log in just to use your system. Just let me use "password".

[–] dumbass@aussie.zone 5 points 1 week ago (1 children)

There's few things more violently infuriating than being told that.... You fucking told me it was the wrong password in the first place for fuck sake, I only have 3 fucking password variants I use, but noooo you need a brand new, never before used by any human ever, password. Fuck you web developers!

[–] TheRealKuni@piefed.social 4 points 1 week ago

I only have 3 fucking password variants I use

I used to live that life. It’s a dangerous one. Consider a password manager.

[–] Chingzilla@lemmy.world 5 points 1 week ago (1 children)
[–] Rhaedas@fedia.io 4 points 1 week ago (2 children)

I've always thought that the best password security possible would be to always have the real password fail a few times. People who know their password will keep trying it, someone else will try a different one. It's a variation of not giving an error that tells what failed.

[–] JeeBaiChow@lemmy.world 5 points 1 week ago (1 children)

I used to spoof the login page of my campus freenet, fail the first login, store the password and then jump to the actual page. End of the day I just go around the lab harvesting.

[–] TheRealKuni@piefed.social 3 points 1 week ago (1 children)

To what end? What benefit was there in having people’s campus logins?

[–] JeeBaiChow@lemmy.world 2 points 1 week ago

Can't imagine. Give me your bank login credentials and I'll let you know.

[–] tekeous@beehaw.org 3 points 1 week ago

This is delightfully evil

[–] GreenShimada@lemmy.world 3 points 1 week ago

Your hatred is steaming beans?

My hatred usually corns beef.

[–] diptchip@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

I'm more pissed that they are keeping all my old passwords... So when they get leaked, they all get leaked. Meanwhile, all our phones have cameras but we can't have them take a pic on the wrong pin entered because why? No logic in Emailing the picture to you. That's just silly.

[–] chicken@lemmy.dbzer0.com 12 points 1 week ago (1 children)

In theory they could be only storing the hash and using that to determine if you reused an old one

[–] TheRealKuni@piefed.social 4 points 1 week ago

This is what’s happening, if they’re even a little bit good at their jobs.