▲ 147 ▼ OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the trees (lemmy.world) submitted 2 years ago by JackbyDev@programming.dev to c/programming@programming.dev 83 comments fedilink hide all child comments This thread is frustrating. Everyone seems more interested in nitpicking the specifics of what OP is saying and are ignoring that a forum sends you your password (not an automatically generated one) in an email on registration.
[–] lowleveldata@programming.dev 4 points 2 years ago* (2 children) It’s painless to use password resets Ya and have they send you the (one-time) password in cleartext permalink fedilink source parent hideshow 4 child comments replies: [–] exal@lemmy.ca 5 points 2 years ago (1 child) (one-time) You make it sound like an irrelevant detail, but that's kind of the key part. If implemented properly, it's only valid once and for a short period of time, which greatly reduces risk. permalink fedilink source parent hideshow 2 child comments replies: [–] lowleveldata@programming.dev 2 points 2 years ago Sure. I just want to point out that there is valid case when passwords are sent in clear text. permalink fedilink source parent [–] oleorun@real.lemmy.fan 3 points 2 years ago (3 children) In my experience it's always a tokenized link, no clear text required. permalink fedilink source parent hideshow 6 child comments replies: [–] nous@programming.dev 15 points 2 years ago Well, the tokenized link is essentially a clear text one time password. Not really any better than just a one time password except for the convenience that the user does not need to type it in. If someone gets hold of the link or password before you they can get access to your account. permalink fedilink source parent [–] lowleveldata@programming.dev 7 points 2 years ago I don't see how's either way better or worse as long as they force you to change the password upon login permalink fedilink source parent [–] fireflash38@lemmy.world 4 points 2 years ago And what is the token in the link? permalink fedilink source parent
[–] exal@lemmy.ca 5 points 2 years ago (1 child) (one-time) You make it sound like an irrelevant detail, but that's kind of the key part. If implemented properly, it's only valid once and for a short period of time, which greatly reduces risk. permalink fedilink source parent hideshow 2 child comments replies: [–] lowleveldata@programming.dev 2 points 2 years ago Sure. I just want to point out that there is valid case when passwords are sent in clear text. permalink fedilink source parent
[–] lowleveldata@programming.dev 2 points 2 years ago Sure. I just want to point out that there is valid case when passwords are sent in clear text. permalink fedilink source parent
[–] oleorun@real.lemmy.fan 3 points 2 years ago (3 children) In my experience it's always a tokenized link, no clear text required. permalink fedilink source parent hideshow 6 child comments replies: [–] nous@programming.dev 15 points 2 years ago Well, the tokenized link is essentially a clear text one time password. Not really any better than just a one time password except for the convenience that the user does not need to type it in. If someone gets hold of the link or password before you they can get access to your account. permalink fedilink source parent [–] lowleveldata@programming.dev 7 points 2 years ago I don't see how's either way better or worse as long as they force you to change the password upon login permalink fedilink source parent [–] fireflash38@lemmy.world 4 points 2 years ago And what is the token in the link? permalink fedilink source parent
[–] nous@programming.dev 15 points 2 years ago Well, the tokenized link is essentially a clear text one time password. Not really any better than just a one time password except for the convenience that the user does not need to type it in. If someone gets hold of the link or password before you they can get access to your account. permalink fedilink source parent
[–] lowleveldata@programming.dev 7 points 2 years ago I don't see how's either way better or worse as long as they force you to change the password upon login permalink fedilink source parent
[–] fireflash38@lemmy.world 4 points 2 years ago And what is the token in the link? permalink fedilink source parent