🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 2 months agoCan other lemmy users see my email address I registered with?message-squaremessage-square16linkfedilinkarrow-up137arrow-down10file-text
arrow-up137arrow-down1message-squareCan other lemmy users see my email address I registered with?🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 2 months agomessage-square16linkfedilinkfile-text
minus-square🤗lemmyverseultrahug@lemmy.mlOPlinkfedilinkarrow-up4·2 months agoI found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up6·2 months agoCan 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'
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up4·edit-22 months agolemmy=# 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
I found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
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'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