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.

  • @[email protected]
    link
    fedilink
    42 years ago

    These kind of forums don’t store the plaintext password, they send an email while in memory, and hash them afterwards. Still bad security, but it’s not storing it in plaintext.

    • @[email protected]
      cake
      link
      fedilink
      12 years ago

      But your password should never reach the server. It should be hashed already at the client and then salted at the server with a random hash. Then you store the salted hash

    • @[email protected]
      link
      fedilink
      2
      edit-2
      2 years ago

      It’s storing it in plain text in at least one third party’s database. Indeed, it’s not stored in plain text locally, it’s doing something much worse

      • Tempy
        link
        fedilink
        12 years ago

        But you are supposed to change that generated password as soon as you use it to login. Now I have no idea about these forums, but you’d expect the software to enforce that need to change

        • @[email protected]
          link
          fedilink
          12 years ago

          It’s still stupid because people reuse password. They shouldn’t, but they do. If it’s one time login, make it a token. There’s zero reason to ever email a password, period