this post was submitted on 21 Jun 2024
233 points (100.0% liked)

Software Gore

9 readers
2 users here now

A community for posting software malfunctions

Deliberately bad software or bad design is not software gore, it must be something unintentional

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient and shear it



founded 10 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] agressivelyPassive@feddit.de 13 points 3 months ago (1 children)

We have a system that mails your password if you change it. It's just for internal users, but still.

[–] Monument@lemmy.sdf.org 8 points 3 months ago (1 children)

That means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.

[–] Tja@programming.dev 8 points 3 months ago

"if you change it". It might send the email before storing it as a salted hash in the DB. Unlikely, but possible.