JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agoWhat is your email used for when signing up to Lemmy?message-squaremessage-square11fedilinkarrow-up121arrow-down11file-text
arrow-up120arrow-down1message-squareWhat is your email used for when signing up to Lemmy?JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agomessage-square11fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·1 year agoYes us instance admin can pull the email address form local users.
minus-squareOtter@lemmy.calinkfedilinkEnglisharrow-up4·1 year agoCan you pull for foreign users? Curious what other federated instances can see
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·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
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