this post was submitted on 21 Mar 2024
29 points (93.9% liked)

Ask Lemmy

26701 readers
1777 users here now

A Fediverse community for open-ended, thought provoking questions

Please don't post about US Politics.


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

Like if I edit a post, can they see what the pre-edited post was?

top 15 comments
sorted by: hot top controversial new old
[–] TheOneCurly@lemm.ee 45 points 7 months ago* (last edited 7 months ago) (1 children)

Based on this closed issue, I don't believe Lemmy natively keeps an edit history, the comment is overwritten. However, admins have full access to all data on the server database so they can (and do) keep backups and look over them at any time. You should consider everything you do on your instance available to your admin, including private messages.

[–] june@lemmy.world 8 points 7 months ago

Simple rule of thumb: if you don’t own it, assume the owner has access.

[–] savvywolf@pawb.social 14 points 7 months ago

If it's been online for any amount of time, always assume that someone has seen it, screenshotted it and asked the wayback machine to archive it.

Chances are they haven't, but if you've leaked a password or key, better change that right away.

[–] eya@lemmy.dbzer0.com 4 points 7 months ago

Everything.

[–] Oha@lemmy.ohaa.xyz 2 points 7 months ago

Everything you send to the server

Well if it’s a post, that’s not private information anyway, even if you edited it. As for actual private data, they can see your email address.

[–] april@lemmy.world 1 points 7 months ago

Don't forget it may have also been replicated to other instances before you edit or delete it where those admins also have access to the database.

[–] Lath@kbin.earth 0 points 7 months ago (3 children)

Can they see passwords? If so, I recommend not using the same stuff for every instance.

[–] user224@lemmy.sdf.org 7 points 7 months ago

Lemmy is open-source. Anyone can modify it as they wish, so do consider that a yes.

In fact, it is better to assume every service you use stores passwords in plaintext.

[–] savvywolf@pawb.social 2 points 7 months ago

Always assume they can. Use a password manager and have different passwords for each service.

[–] slazer2au@lemmy.world 2 points 7 months ago (2 children)

Very unlikely. As Lemmy is open source you can see how it talks and what functions it does. If they were storing passwords in clear text someone would have raised an alarm siren about it.

Best case is they are using a salt and hash method to store passwords making them incredibly hard to brute force.

[–] plistig@feddit.de 3 points 7 months ago* (last edited 7 months ago) (1 children)

And every lemmy instance can change the source. For every website there is, assume every worker from CEO to the janitor can read your password in plaintext.

[–] slazer2au@lemmy.world 2 points 7 months ago

This is also true.

[–] groet@feddit.de 3 points 7 months ago (1 children)

Can you verify the software running on an instance is the same as the one in the source code repository? You can't. Can you verify the instance isn't running code to read passwords from your login requests even if the code is the original open source code? You can't.

That's why (and for other reasons) you should never use a password for more than one site/service/instance.

Lemmy admins (admins in the Lemmy application) probably can't read your password. But everyone with admin rights on the server operating system can.

[–] slazer2au@lemmy.world 3 points 7 months ago

That is why I said unlikely. Yes it can happen. All it takes is one admin to look and go 'Why are we storing passwords in clear text?' and that instance is burnt.