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.
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
15 Comments
BlueEther@no.lastname.nz · 24 pts · 1y
Even as a lemmy admin this is not exposed, you need server/DB access at the moment
davel@lemmy.ml · 11 pts · 1y
Yes, I just checked the API and I don’t see it exposed anywhere except to the user.
lazynooblet@lazysoci.al · 3 pts · 1y
If manual registrations are enabled the admin can see email addresses in the standard gui for registrations
shortwavesurfer@lemmy.zip · 21 pts · 1y
The admins of your server? Yes, I do believe they can. Anybody else though? No, they cannot.
helloworld@lemmy.ml · 12 pts · 1y
Can I change the email address associated with my account? I did not find it in the settings?
DrunkAnRoot@sh.itjust.works · 6 pts · 1y
contact the support of your instance unless it explicitly saya otherwise in there tos
davel@lemmy.ml · 5 pts · 1y
helloworld@lemmy.ml · 4 pts · 1y
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 · 6 pts · 1y
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 pts · 1y
I found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
davel@lemmy.ml · 5 pts · 1y
Can I open what? I can only get my own email address through the API: https://lemmy.readme.io/reference/get_site
BlueEther@no.lastname.nz · 4 pts · 1y
lemmy=# selectp.name,i.domain,p.display_name,p.emailfrom person p join instance ion p.instance_id = i.idwhere name='helloworld';ERROR: column p.email does not existemail only exists in the local_user table
Core_of_Arden@lemmy.ml · 2 pts · 1y
Can you see theirs?
MonkderVierte@lemmy.zip · 1 pts · 1y
Hmm, let's see... no, not visible.
SteakSneak@retrolemmy.com · 1 pts · 1y
helloworld@lemmy.ml · 1 pts · 1y
what are good temp email sites? I do not know ...