JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 2 年前What 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 年前message-square10fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·2 年前Yes us instance admin can pull the email address form local users.
minus-squareOtter@lemmy.calinkfedilinkEnglisharrow-up4·2 年前Can you pull for foreign users? Curious what other federated instances can see
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·2 年前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
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