Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.

This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.

I don’t know when this started, but at least for the last month or two judging from these posts in the forums.

Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.

  • @[email protected]
    link
    fedilink
    English
    887 months ago

    I’d assume this will be a non issue once they implement ActivityPub. They can enable whatever account restrictions on their gitlab instance, but if I don’t want to provide this information to report a bug, then I can use another instance or self host my own, without the account restrictions.

        • @[email protected]
          link
          fedilink
          English
          67 months ago

          From the Summary in the link:

          The end goal of this proposal is to build interoperability features into GitLab so that it’s possible on one instance of GitLab to open a merge request to a project hosted on an other instance, merging all willing instances in a global network

    • Lexi Sneptaur
      link
      fedilink
      English
      17 months ago

      I don’t even really see this as an issue now personally. I guess it’s the principle of the thing.

  • @[email protected]
    cake
    link
    fedilink
    English
    627 months ago

    I was asking like less then a month ago what’s wrong with gitlab when Firefox switched to GitHub, now I know.

    • voxel
      link
      fedilink
      14
      edit-2
      7 months ago
      1. firefox were using self-hosted mercurial + git with sync
      2. they just dropped mercurial, they’re still not on github
        only misc. libraries and the android frontend are on github, and firefox/mozilla has never used gitlab
  • @Clbull
    link
    357 months ago

    Well they can just GitOut

  • @[email protected]
    link
    fedilink
    347 months ago

    This really sucks for bug reporting. I don’t mind this at all for hosting as that cost notable resources (especially their free CI tier) and they can set their own terms, but I want people to be able to report bugs without any trouble. (Although if spam is an issue maybe projects could opt-in to requiring this verification to report bugs).

    A work-around is maybe the service desk feature allowing reporting bugs via email but this has issues for proper collaboration:

    1. The reporter’s email is shared.
    2. The issue is private by default.
    3. Can’t collaborate on an existing issue.

    Maybe I’ll just go back to mailing lists… Or GitHub has gotten better recently. But GitLab’s CI is so much better.

    • @[email protected]
      link
      fedilink
      147 months ago

      I want people to be able to report bugs without any trouble.

      Thank you for being aware! I’ve experienced this on github.com. I’ve tried to submit issues several times to open source projects, complete with proposed code to solve a bug, but github shadowbans my account 6 hours after creating it (because I use a VPN? a third-party email provider? do not provide a phone number? who knows). I can see the issue and pull request when logged in, but they only see a 404 on their project page even if I give them a direct link. I ended up sending them a screenshot of the issue page just to convince them this was even possible. Sad to hear gitlab does it even worse now by making phone mandatory.

  • Infiltrated_ad8271
    link
    fedilink
    277 months ago

    Time to delete my account, before it is considered “suspicious” and I can’t even log in without verification.

  • katy ✨
    link
    fedilink
    267 months ago

    sorry but deleting the account is absolutely ridiculous.

    mark it inactive but just deleting someone’s entire git history because they didn’t put in a phone number or credit card is so dumb.

    i don’t even need a phone number or credit card for my github account.

    • @MooseBoys
      link
      167 months ago

      deleting someone’s entire git history

      Based on the image text this is for new accounts only. My account has neither phone nor credit card and I’ve not been asked to re-verify. Maybe they’re having problems with bots at the moment.

      • @[email protected]
        link
        fedilink
        07 months ago

        Maybe they’re having problems with bots at the moment.

        I have to go through the ridiculous cloudfare verification page now. How do they have a bot issue?

        • LiveLM
          link
          fedilink
          English
          37 months ago

          Probably people trying to mine Crypto on the CI runners again

    • @[email protected]
      link
      fedilink
      77 months ago

      I think this is for new accounts only, if you already have an account, your E-Mail will already be verified

    • @Wilzax
      link
      57 months ago

      Good thing it’s only deleting your account if it’s a new account that you didn’t finish the registration process for

  • Name
    link
    fedilink
    25
    edit-2
    7 months ago

    Just tried this out using a typical temporary email address (temp-mail.org) and a VPN (AirVPN).
    I was only asked to confirm my e-mail address within 3 days, never for a phone address or any banking details.

    Judging by the first post you’ve linked to, it’s only necessary for paid accounts or free trials.
    The person in the second post is trying to register via GitHub / Google, well… sucks for them.

    • @rrobinOP
      link
      77 months ago

      I’ve tried a few times in the past 2 weeks. Using a good email account and also with github, no luck though. Maybe its doing some “smart” heuristics to trigger it.

      I just retried now, using that temp mail (but no vpn) and got the exact same phone verification. Maybe my IP address is evil :D

    • @[email protected]
      link
      fedilink
      187 months ago

      Because it’s a decent competitor to the GitHub monopoly. It also has a few unique features when compared to it. Just guessing why OP uses it though (many people do)

    • @buzz
      link
      0
      edit-2
      3 months ago

      Removed by mod

  • voxel
    link
    fedilink
    15
    edit-2
    7 months ago

    isn’t the official gitlab instance primarily a paid platform? cc verification makes sense then.

  • @[email protected]
    link
    fedilink
    157 months ago

    I know this sucks. But I imagine this is because of previous abuse by bots or something. Could be simply evil though.

    • @[email protected]
      link
      fedilink
      27 months ago

      How many instances will one have to register on? This isn’t going to improve until forgefed is done.

        • @[email protected]
          link
          fedilink
          17 months ago

          You won’t be able to contribute to a project on any of those instances, unless you register on it. So if you are a prolific contributor, you might end up signing up on dozens of those instances.

          Forgefed is a federation protocol for such instances. It’s based on ActivityPub - the same that powers Lemmy and Mastodon. You can have just one account on a single instance and still be able to contribute to projects on multiple others. It’s still in the works though. It’s expected that at least gitlab, gitea and forgejo will support it.

          • @[email protected]
            link
            fedilink
            English
            17 months ago

            this is really cool, thanks for the info. federated or decentralized git is long overdue