Recently I was locked out of my own Ghost blog platform because they decided they were going to add Email 2FA. I also cannot add any other authors because that requires email verification.

Today I was looking at installing Bonfire and came across this:

Bonfire requires working email for user signups, password resets, and notifications. Most installations will need email configuration before the instance is usable.

Setting up email is a pain in the ass, costs money, is dependent on 3rd parties, violates privacy, and is just completely unnecessary. Why wouldn’t you give users the option to not use it? It’s infuriating!

  • dontsayaword@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    Since a lot of comments are arguing your point OP I just want to comment that I agree. Theres no reason to force email registration for self hosted services, it’s very annoying.

  • rockstar1215@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    Exactly for the reason you said. They don’t care about your privacy they want your verified email address to sell to the higher bidder.

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    If you’re self hosting, the email service only needs to be accessible to those services. Set up a postfix container if you don’t want these messages going out.

    You can read them locally, or configure postfix to forward them to some other host if you desire.

    • Dave@lemmy.nz
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I’m starting to wonder if a mailpit instance is a bad idea. Just a page you go to where any email goes, make sure it’s not externally accessible.

    • artyom@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      10 months ago

      I don’t want email to be accessible to those services. I don’t want those services to use email at all.

          • MonsterTrick@piefed.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            To be fair, you are on a Self-hosting community but maybe read up the wiki or file the issue to suggest an option to make it not required on their git repo? 🤷

            Otherwise, I’m not sure what else are we suppose to say

            • artyom@piefed.socialOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              I’m not sure what else are we suppose to say

              I wasn’t asking for advice, I was asking for an explanation.

  • WhyJiffie@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    its funny how the up and down votes are almost in sync for all comments.

    let me clarify for everyone: email is not needed for a selfhosted setup, and shouldn’t be. I am in doubt that the majority of selfhosters run mail servers.

  • Strit@lemmy.linuxuserspace.show
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Ghost needs emails for a couple of reasons.

    1. (Required) Ghost does not do user passwords. They use magtic links, which they send out via email when signing in. It’s just how they have chosen to do it. You can ask them why they don’t want to save passwords.

    2. (Optional) Ghost has a newsletter function. If you enable it, you need to setup a bulk email service, like Mailgun. Even regular SMTP won’t really work there. It can send out a newsletter everytime a blog post is published, so the members will get notified.

    I recently had to do this email dance with a Ghost instance setup, where most of the email ports are blocked on the network. I know how you feel. I also wanted to just use passwords, but not currently possible with Ghost.

    Other services might do the same as Ghost. I do host many services, that does not require email setup though.

  • Flamekebab@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    You’re getting ragged on but I would very much prefer an approach with these things that used some sort of modular system.

    I’m imagining the service would have the option for “address for communication bridge” and it’d pass messages to it using JSON or something. The communication bridge would then decide which medium that would go through (email, SMS, smoke signals, whatever the owner configures).

    As far as the service is concerned messages come and go (or just go) and how that side of things works isn’t its problem. It’d also mean that one could configure fallback messaging mediums and use dummy ones for if one doesn’t want anything like that (much like the “emails print to the console” debug tool Django has).

  • Wawe@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Same I almost got locked out from my Ghost account because of email 2FA. Luckily you could change the config to override it.

    Same annoying was with Mastodon, but luckily as admin you can approve accounts to override the email confirmation.

  • K3CAN@lemmy.radio
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Eh, I agree.

    I have root access to the server and can directly interact with the backend DB. Forcing email for a password reset doesn’t protect me from me.

  • ShortN0te@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Why wouldn’t you give users the option to not use it?

    Since then you would need to have another way to achive the goals e-mail does. Like password resets, user invitations etc. Thats all software burden for that one user that does not want it.

    Setting up email is a pain in the ass, costs money, is dependent on 3rd parties, violates privacy, and is just completely unnecessary.

    None of these i would actually say. To work around it you can just simply set up local reachable postfix. Done. You can setup a complete local mail server, with a few clicks.

    Choose the software you want to use wisely and dont jump to the first solution you find when you are that licky about your requirements. If you are ao reluctant about e-mail and the service requires it, then maybe the design goals of the software do not fit your goals.

    • artyom@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Since then you would need to have another way to achive the goals e-mail does.

      None of those things are necessary. Like I don’t even have email configured on my server because I don’t need it at all except when the developer unnecessarily integrates it to the extent that it breaks it.

      for that one user that does not want it.

      I am not at all the only one. Just look at the other comments and votes in this thread.

      maybe the design goals of the software do not fit your goals.

      That makes no sense. Nothing about the software goals are related to email integration.

      • ShortN0te@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 months ago

        None of those things are necessary. Like I don’t even have email configured on my server because I don’t need it at all except when the developer unnecessarily integrates it to the extent that it breaks it.

        Depending on the view, a functioning service something like password reset is necessary. To design the software that it can ship without functioning password can or cannot make sense, depening on the design choices. Depending on what else got send via e-mail designing the software around that can be challenging and burdening for the future of developing.

        If the setup required you to setup e-mail, the software and then also the developer can always assume there is a communication path to the individual user.

        As i said, it can and cannot make sense, but saying

        That makes no sense.

        and not even trying to put yourself into other shoes just does not make sense.

        • artyom@piefed.socialOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          functioning service something like password reset is necessary.

          It is not necessary if you don’t lose your password, which I don’t ever, because I use a password manager. It’s also not necessary if you have administrative access to the server.

          not even trying to put yourself into other shoes

          Brother we have the opposite problem. You are not putting yourself in my shoes, or other people like me.

          I am not suggesting everyone should get rid of it, I’m asking why it can’t be optional and easily disabled…

          • ShortN0te@lemmy.ml
            link
            fedilink
            English
            arrow-up
            0
            arrow-down
            1
            ·
            10 months ago

            Brother we have the opposite problem. You are not putting yourself in my shoes, or other people like me.

            Bold claim. But no i am putting myself in your shoes and yes there was also a time were i tried to work around to host mail myself. But its easy and no headache to set up.

  • JASN_DE@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    10 months ago

    Do you know of any other near-universal messaging system to use instead?

    Edit: also, the downsides you mentioned depend really hard on the email service you choose to use, or choose to host yourself.

      • stoy@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        10 months ago

        XMPP and Matrix are not near universal.

        Most people have no idea about that the hell the first one is, and are even more confused as to why you start talking about a movie when you just complained about email.