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

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? 🤣

🤗lemmyverseultrahug
creator
link
fedilink
111d

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

Ardens
link
fedilink
222d

Can you see theirs?

Hmm, let’s see… no, not visible.

BlueÆther
link
fedilink
2522d

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

lazynooblet
link
fedilink
422d

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

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

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

🤗lemmyverseultrahug
creator
link
fedilink
1222d

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

davel [he/him]
link
fedilink
422d

🤗lemmyverseultrahug
creator
link
fedilink
422d

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 [he/him]
link
fedilink
7
edit-2
22d

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.

🤗lemmyverseultrahug
creator
link
fedilink
422d

I found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736

BlueÆther
link
fedilink
4
edit-2
22d

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

davel [he/him]
link
fedilink
622d

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'
Drunk & Root
link
fedilink
622d

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

Create a post

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

  • Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
  • Don’t promote proprietary software
  • Try to keep things on topic
  • If you have a question, please try searching for previous discussions, maybe it has already been answered
  • Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
  • Be nice :)

Related communities

much thanks to @gary_host_laptop for the logo design :)

  • 0 users online
  • 124 users / day
  • 1.05K users / week
  • 1.3K users / month
  • 4.58K users / 6 months
  • 1 subscriber
  • 4.18K Posts
  • 106K Comments
  • Modlog