What is your email used for when signing up to Lemmy? Is it just for password reset?

  • BlueÆtherA
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 months ago

    Yes us instance admin can pull the email address form local users.

    • Otter@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      Can you pull for foreign users? Curious what other federated instances can see

      • BlueÆtherA
        link
        fedilink
        English
        arrow-up
        7
        ·
        10 months ago

        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