Gitlab now requires phone number/credit card verification

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.

interdimensionalmeme,

What’s the best way to circumvent phone number verification ? My burner YouTube account, which has nothing unsavory on it, has been marked for phone number verification or else I can’t login at all.

Of course I’m not giving them my real phone number. What the best way to fake this?

hottari,

There are no ways to beat this. They want your real number. That’s the point.

interdimensionalmeme,

There had to way to defeat the pots system, it’s an antique, not a security system

AtmaJnana,

get a burner sim. pay cash.

ChaoticNeutralCzech, (edited )
@ChaoticNeutralCzech@feddit.de avatar

Impossible in some countries, like Germany with mandatory ID validaion. Luckily, our Pirate Party leader, a telecommunications expert, blocked this proposal here.

https://feddit.de/pictrs/image/04109612-6c86-4203-9153-643746ad3151.png

interdimensionalmeme,

But using the sim will identify location and IMEI. Anyway that’s quite expensive, like 10$ per account ? Ouch !

Nugget,

There are paid services that offer phone number masking such as Firefox Relay

interdimensionalmeme,

I tried VoIP addresses and got the message “we can’t use that number”. Is Firefox relay immune to that?

adamnejm, (edited )
@adamnejm@programming.dev avatar

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.

rrobin,

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

jajak98082,

(((Gitlab)))

Slotos,

Sourcehut. The answer is sourcehut.

You don’t even need an account to submit patches, just configure git send-email.

intrepid,

Some people seem to think that setting up send-email and mailing patches has too much of a learning curve and ‘barrier to entry’.

fluffery,
@fluffery@lemmy.ml avatar

Forgejo?

vox, (edited )
@vox@sopuli.xyz avatar

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

privacybro,

For alternatives, I recommend to use a community-ran Gitea instance. Project Segfault runs one.

about.gitea.com

git.projectsegfau.lt

Also check out Forgejo, it’s another git software. Disroot has an instance.

forgejo.org

git.disroot.org

Fisch,
@Fisch@lemmy.ml avatar

Codeberg also uses Forgejo

intrepid,

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

privacybro,

explain further please?

intrepid,

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.

privacybro,

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

possiblylinux127,

Codeberg looks interesting but it would be nice to see a US based version. Anyway I think its clear gitlab is problematic

Fisch,
@Fisch@lemmy.ml avatar

Why does it matter where it’s based?

possiblylinux127, (edited )

Because I don’t want to use services that are across that ocean

intrepid,

Honestly, the servers not being in the US is a feature these days - even for US-based customers.

possiblylinux127,

Not really as you don’t have control over them whatsoever. I can’t vote in Europe

Fisch,
@Fisch@lemmy.ml avatar

Why does that matter? It doesn’t make a difference

possiblylinux127,

I does though, with all of the sketchy laws around tech. The US isn’t great but at least I can vote here.

cupcakezealot,
@cupcakezealot@lemmy.blahaj.zone avatar

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.

Wilzax,

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

MooseBoys,

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.

intrepid,

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,

Probably people trying to mine Crypto on the CI runners again

Fisch,
@Fisch@lemmy.ml avatar

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

peyotecosmico, (edited )

Time to start using GitDirectory named V.01 shared over FTP.

It’s a joke, don’t use FTP, it’s not secure.

lazynooblet,
@lazynooblet@lazysoci.al avatar

Why isn’t FTP secure

Klaymore,
@Klaymore@sh.itjust.works avatar

It’s unencrypted, your ISP / Starbucks wifi can read all the files you send. Use SFTP instead.

ErwinLottemann,

or FTPS

registrert,
@registrert@lemmy.sambands.net avatar

What’s the difference?

ErwinLottemann,

SFTP is a ‘part’ of SSH, FTPS is FTP but encrypted.

registrert,
@registrert@lemmy.sambands.net avatar

Thanks for the links, interesting reads. From what I gather, SFTP is the more modern and less complicated way of doing it…

tabularasa,

Yes, SFTP > FTP-S.

xcjs,
@xcjs@programming.dev avatar

Especially when it comes to gateway configuration.

JackbyDev,

Yeah, I think you need to go out of your way to try to use ftps. When people say ftp they generally mean SFTP.

Atemu,
@Atemu@lemmy.ml avatar

Not just read but modify even.

MrRazamataz,
@MrRazamataz@lemmy.razbot.xyz avatar

because it hasn’t got an S in it

intrepid,

Is there any reference for this? I can’t find anything relevant. Just curious.

peyotecosmico,

Of FTP not being secure? Check the links in the comments below

FTP it’s not encrypted

intrepid,

No. I mean gitdirectory over FTP.

peyotecosmico,

There’s no GitDirectory, it’s the way we used to share files back then, a shared directory over FTP

intrepid,

I’m aware of FTP. It’s still around in certain circles. But for a moment I thought that there was some sort of integration between ftp and git. I guess not.

Denatured,

What would you guys recommend for a service to use to verify phone numbers for platforms, on topic, such as gitlab? I know there is some sort of list of voip service providers that most of these platforms blacklist. Where do they get such lists from and how can one view such lists?

Clbull,

Well they can just GitOut

buzz,
@buzz@lemmy.world avatar

Better to train Microsoft ai?

QuazarOmega,

How about training HI on Codeberg? ;)

Infiltrated_ad8271,
@Infiltrated_ad8271@kbin.social avatar

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

Pantherina,
@Pantherina@feddit.de avatar

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

macattack,

Experienced the same issue when I tried to sign up 2-3 months. Went down a rabbit hole and then just decided to not host w/ them.

There is a workaround where you can create an account if it is on a different gitlab instance (ie: I was able to join git.joinfirefish.org w/o the CC info) but I don’t know how useful that is in the grand scheme of things.

GrappleHat,
@GrappleHat@lemmy.ml avatar

Why GitLab!?

tarneo,
@tarneo@lemmy.ml avatar

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)

GrappleHat,
@GrappleHat@lemmy.ml avatar

Sorry, I meant “GitLab, why’d you do that!?”

(I’m a GitLab user myself)

DroneRights,

Oh, well then you forgot your comma

tarneo,
@tarneo@lemmy.ml avatar

Oh right

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • [email protected]
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • oklahoma
  • feritale
  • SuperSentai
  • KamenRider
  • All magazines