JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 2 years agoWhat is your email used for when signing up to Lemmy?message-squaremessage-square10fedilinkarrow-up121arrow-down11file-text
arrow-up120arrow-down1message-squareWhat is your email used for when signing up to Lemmy?JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 2 years agomessage-square10fedilinkfile-text
minus-squareOtter@lemmy.calinkfedilinkEnglisharrow-up4·2 years agoCan you pull for foreign users? Curious what other federated instances can see
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·2 years 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
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