We are a group of hobbyists managing a mailing list. Mailchimp insists on SMS authentication to login now which has scuppered our plans to spread the workload.

Are there any free / cheap services that would receive a text messages and forward it by email to several people? If not, is there an alternative way to deal with this situation? We’re not necessarily attached to mail chimp but delivery is important.

  • Otherbarry@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    14 days ago

    It’s basically what others mentioned - the code can be a long string you can enter, but usually it’s a QR image representing the code itself (I’m sure Mailchimp is going to give you a QR image when you set it up).

    Most people use a TOTP authenticator app on their phone to take a picture of that QR image & load it into their app. Once the code is generated it does not change so in theory you should be able to share that code or QR image amongst yourselves & load it into your own apps. No data/mobile connection or SMS/email required unless you’re using a specific TOTP app that needs that.

    On Android I’ve used andOTP and Google Authenticator apps with good results but there are plenty of other TOTP authenticator apps if you look around.

    PS - In terms of sharing it, just share the picture of the QR code with whatever screen/image capture tool you like to use. Just keep in mind you don’t want to keep the QR image laying around online, the whole point is to secure your Mailchimp account after all.

    • Successful_Try543@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      13 days ago

      the code can be a long string you can enter, but usually it’s a QR image representing the code itself

      There is usually an ‘advanced’ option if the ‘QR doesn’t work’ that gives you access to the plain text data.

      • Successful_Try543@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        13 days ago

        Beside it’s inefficient to send text data as an image, why does it make a difference?

        If the app has offers option to open an image with a QR code, IMHO it is more convenient, to send the image of the QR code (I’d try ‘save image as’ instead of a screenshot though). When sending text, you and the recipient manually have to copy the information and the recipient also has to paste it into the right field.

          • Successful_Try543@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            13 days ago
            1. Because if you scan it, it is saved into your app and not stored anywhere else. If you take a photo of it, it’s saved into your camera roll, which is a security vulnerability. Same goes for the other party.

            Why should anyone take a camera to take a screenshot or click on ‘save image’? Additionally, the secret key would be stored as well on the messenger app you are using to share the key among the group members.

            1. What is the other party supposed to do when they receive it? They can’t scan their phone screen with their phone camera…?

            Aegis, e.g. can open images containing a QR code and import the key that way. I assume other apps can do the same.

              • Successful_Try543@feddit.org
                link
                fedilink
                arrow-up
                1
                ·
                13 days ago

                Why should anyone take a camera to take a screenshot or click on ‘save image’?

                They shouldn’t, but that’s what you said…

                If you take a photo of it, it’s saved into your camera roll

                ?

                Beside that, I agree that its a security issue to have the plain text or QR code stored somwhere else than in the authenticator app itself. Inerently, trying to circumvent the introduced security by the uniqueness of the TOTP authenticator by sharing the key, one way or another, is a security issue by itself. That’s why, I’ve recommended registering multiple independent authenticatior-keys, if possible, one per group member.