JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agoWhat is your email used for when signing up to Lemmy?message-squaremessage-square6fedilinkarrow-up16arrow-down10file-text
arrow-up16arrow-down1message-squareWhat is your email used for when signing up to Lemmy?JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agomessage-square6fedilinkfile-text
minus-squareOtter@lemmy.calinkfedilinkEnglisharrow-up3·1 year agoI assume it can be seen by admins? I trust my admins, but I still used a forwarding service because there’s always a risk of an attack exposing data. Unless there’s some other security there I don’t know about
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up2·1 year agoYes us instance admin can pull the email address form local users.
minus-squareOtter@lemmy.calinkfedilinkEnglisharrow-up1·1 year agoCan you pull for foreign users? Curious what other federated instances can see
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up1·1 year agoselect person.id,name,local,local_user.email from person join local_user on person.id = local_user.person_id where person.id =2; id | name | local | email ----+-----------+-------+--------------------- 2 | BlueEther | t | firstname@lastname.nz Email is only available for local users and only if filled in on the signup form
I assume it can be seen by admins?
I trust my admins, but I still used a forwarding service because there’s always a risk of an attack exposing data. Unless there’s some other security there I don’t know about
Yes us instance admin can pull the email address form local users.
Can you pull for foreign users? Curious what other federated instances can see
select person.id,name,local,local_user.email from person join local_user on person.id = local_user.person_id where person.id =2;
id | name | local | email
----+-----------+-------+---------------------
2 | BlueEther | t | firstname@lastname.nz
Email is only available for local users and only if filled in on the signup form