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.

  • @adhdplantdev@lemm.ee
    link
    fedilink
    159 months ago

    Sending passwords via email Will compromise any passwords sent via email. Regardless if the password is stored anywhere in the process if the password is sent via email it is compromised and no longer safe to use. Email is not end and encrypted you have no idea who’s running the mail exchange servers that your email follows, it’s entirely possible for this company to store that password in a log dealing with their email servers. Password sent via email should be considered immediately compromised and any sites following a practice like this should not be trusted with standard passwords which you shouldn’t be using anyway.

    • Aa!
      link
      fedilink
      English
      239 months ago

      Right, and everyone agreed that wasn’t the greatest practice. Two years ago.

      This thread from two days ago was bringing attention to an issue that was fixed two years ago, and calling it out as if it was a different problem than it was.

      It’s good to have discussions about security best practices, but this thread is pointless. This problem is simply not there anymore.

    • @abhibeckert@lemmy.world
      link
      fedilink
      3
      edit-2
      9 months ago

      Email isn’t end to end encrypted but, but it generally is encrypted. The people who will have it are the sender (who already have the password since they created it) and whoever runs the recipient’s mail server. Which is hopefully someone the recipient trusts.

      From the sounds of it, this was a password that the server randomly generated, so it’s never been used before, and you are forced to reset the password as soon as you use it, so it’ll never be used again and they do treat it as “immediately compromised”.

      Hardly state of the art security, but it also doesn’t really have any major problems… especially since this is for a forum.

    • FlumPHP
      link
      fedilink
      19 months ago

      Sending passwords via email Will compromise any passwords sent via email.

      100%. But that is a different problem and a different attack vector than storing passwords in plain text for authentication. When reporting security issues, it’s important to be precise.