37
submitted 2 weeks ago by helloworld@lemmy.ml to c/privacy@lemmy.ml

Can other lemmy clients or the server admins see the email address associated with my account?

top 16 comments
sorted by: hot top controversial new old
[-] BlueEther@no.lastname.nz 25 points 2 weeks ago

Even as a lemmy admin this is not exposed, you need server/DB access at the moment

[-] davel@lemmy.ml 14 points 2 weeks ago

Yes, I just checked the API and I don’t see it exposed anywhere except to the user.

[-] lazynooblet@lazysoci.al 3 points 2 weeks ago

If manual registrations are enabled the admin can see email addresses in the standard gui for registrations

[-] shortwavesurfer@lemmy.zip 21 points 2 weeks ago

The admins of your server? Yes, I do believe they can. Anybody else though? No, they cannot.

[-] helloworld@lemmy.ml 12 points 2 weeks ago

Can I change the email address associated with my account? I did not find it in the settings?

[-] DrunkAnRoot@sh.itjust.works 6 points 2 weeks ago

contact the support of your instance unless it explicitly saya otherwise in there tos

[-] davel@lemmy.ml 5 points 2 weeks ago
[-] helloworld@lemmy.ml 4 points 2 weeks ago

so once I delete the email contained in that field, it will be deleted on the server as well I hope? I should look this up in the lemmy code i.g.

[-] davel@lemmy.ml 7 points 2 weeks ago* (last edited 2 weeks ago)

I assume it’s removed from your user record in the Postgres database. Presumably there are database backups that will retain it. I haven’t worked on the Lemmy codebase nor do I sysadmin the server, so that’s all I can speculate from my past past experience designing & managing services of this kind.

[-] helloworld@lemmy.ml 4 points 2 weeks ago
[-] davel@lemmy.ml 6 points 2 weeks ago

Can I open what? I can only get my own email address through the API: https://lemmy.readme.io/reference/get_site

curl -s -w "\n" -H "authorization: Bearer ${JWT}" https://lemmy.ml/api/v3/site \
    | jq -r '.my_user.local_user_view.local_user.email'
[-] BlueEther@no.lastname.nz 4 points 2 weeks ago* (last edited 2 weeks ago)

lemmy=# select p.name, i.domain, p.display_name, p.email from person p join instance i on p.instance_id = i.id where name='helloworld';
ERROR: column p.email does not exist

email only exists in the local_user table

[-] Core_of_Arden@lemmy.ml 2 points 2 weeks ago

Can you see theirs?

[-] MonkderVierte@lemmy.zip 1 points 2 weeks ago* (last edited 2 weeks ago)

Hmm, let's see... no, not visible.

[-] SteakSneak@retrolemmy.com 1 points 2 weeks ago

I tend to use temp email sites and sign up somewhere in my city with public WiFi. I also only use tor to access Lemmy. Is this too much? 🤣

[-] helloworld@lemmy.ml 1 points 1 week ago

what are good temp email sites? I do not know ...

this post was submitted on 25 Aug 2025
37 points (100.0% liked)

Privacy

41621 readers
900 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS