this post was submitted on 30 Sep 2023
155 points (73.8% liked)

Programming

17089 readers
185 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] lowleveldata@programming.dev 4 points 1 year ago* (last edited 1 year ago) (2 children)

It’s painless to use password resets

Ya and have they send you the (one-time) password in cleartext

[–] exal@lemmy.ca 5 points 1 year ago (1 children)

(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.

[–] lowleveldata@programming.dev 2 points 1 year ago

Sure. I just want to point out that there is valid case when passwords are sent in clear text.

[–] oleorun@real.lemmy.fan 3 points 1 year ago (3 children)

In my experience it's always a tokenized link, no clear text required.

[–] nous@programming.dev 15 points 1 year 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.

[–] lowleveldata@programming.dev 7 points 1 year ago

I don't see how's either way better or worse as long as they force you to change the password upon login

[–] fireflash38@lemmy.world 4 points 1 year ago

And what is the token in the link?