Edit: obligatory explanation (thanks mods for squaring me away)…

What you see via the UI isn’t “all that exists”. Unlike Reddit, where everything is a black box, there are a lot more eyeballs who can see “under the hood”. Any instance admin, proper or rogue, gets a ton of information that users won’t normally see. The attached example demonstrates that while users will only see upvote/downvote tallies, admins can see who actually performed those actions.

Edit: To clarify, not just YOUR instance admin gets this info. This is ANY instance admin across the Fediverse.

  • CamelCase@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It’s not just upvotes and downvotes. Instance admin also knows your email and can store your password in plaintext if they want to. It’s up to user to decide whether to trust the instance admin

    • Mike@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 year ago

      I think you need to clarify how they can see the password. It’s not stored in plaintext, but when the user logs in, the server administrator can see the password in the HTTP post data if they log it in the lemmy sourcecode. All apps are subject to this and it’s why to have to trust the instance owner.

    • klausklemens@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      How do you know that an admin has my plain text password? Typically passwords are stored hashed. Do Lemmy instances not do this?

      • CamelCase@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        I didn’t look at Lemmy’s source but I’m pretty sure it is hashed. The thing is, password is hashed in the database only to protect users in case database gets hacked. But a bad admin of the server can always just change the code and nobody would know. When it comes to websites, open source doesn’t provide any additional security, since everything that happens on the server is a black box. I’m not an expert on this though. Correct me if I’m wrong

        • PixxlMan@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          If it’s hashed it’s impossible to see your password (hashing is a one way process, it’s not encrypted). However nothing prevents someone from running a modded instance if they want to harvest passwords.

    • SuddenDownpour@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      and password (unencrypted)

      This should definitely be mentioned when you’re creating an account. Also, how secure are usually lemmy instances?

      • Mike@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        This is not the case at all and the parent comment was not clear