(no title)
phikai | 5 years ago
One item that is on the roadmap that is coming and may be of interest is `Optional Admin Approval for local user sign up` - https://gitlab.com/groups/gitlab-org/-/epics/4491.
I'm not in the group working on that, but it does appear to be coming soon and would limit the ability of newly created accounts from doing anything until they're approved.
protoduction|5 years ago
I built a privacy friendly alternative to ReCaptcha called FriendlyCaptcha [1], is there a possibility to see this integrated as a more user friendly alternative?
Happy to chat (e-mail in profile)
[1] https://friendlycaptcha.com/
barnabask|5 years ago
aeyes|5 years ago
On my machine it doesn't take any time to solve it and I see no signs of CPU usage. Even trying a couple of times in incognito mode and watching CPU immediately after loading the page for the first time.
On many sites creating a profile takes a few seconds. Loading one of my CPU cores for another 5 seconds doesn't really bother me if I wanted to create massive amounts of profiles/posts. I'll still do over 100 per minute on a standard desktop PC.
sytse|5 years ago
birdsbirdsbirds|5 years ago
ognarb|5 years ago
typenil|5 years ago
laughinghan|5 years ago
A classic 2004 paper, "Proof-of-Work" Proves Not to Work [0], explained that the fundamental problem with proof-of-work bot filters is that attackers will always be able to solve the cryptographic puzzle faster than legitimate users. A touch of security-through-obscurity can help at the margins, but you chose Blake2b, which is used by cryptocurrencies like Zcash, Siacoin, and Nano [1], and as a result there are optimized GPU algorithms (first Google result [2]) and FPGA designs (one of the top Google results [3]). Have you run the numbers on any of those?
The closest to any discussion of these numbers that I saw was a mention on your website that it may take up to 20s on mobile; for comparison, the much-hated image CAPTCHA takes about 6-12s on average for native English speakers, and 7-14s for non-native speakers [4].
In another comment you bring up the idea of starting with a lower difficulty, and increasing it with repeated requests from the same IP address (IPv4, I assume). Unfortunately, access to unique IPv4 addresses is highly correlated with access to more compute power: laptops and desktops in developed countries are most likely to be in a household with a unique IPv4 address, whereas mobile devices on 4G internet and households in developing countries are more likely to be behind Carrier-Grade NAT [5], where thousands or millions [6] of hosts share a pool of a handful or dozens of IPv4 addresses. (The exact same concern applies to IPv6 /64 prefixes.)
This means that mobile devices will face a "double-jeopardy": your service will present them with higher proof-of-work difficulties because the same IPv4 address is shared by more people, and at the same time, the mobile device solves the proof-of-work slower for the same difficulty than a desktop.
Do you have documented anywhere on your website or GitHub how you address these concerns?
[0]: https://www.cl.cam.ac.uk/~rnc1/proofwork.pdf
[1]: https://en.bitcoinwiki.org/wiki/Blake2b
[2]: https://github.com/zhq1/sgminer-blake2b
[3]: https://xilinx.github.io/Vitis_Libraries/security/2020.1/gui...
[4]: http://theory.stanford.edu/people/jcm/papers/captcha-study-o...
[5]: https://en.wikipedia.org/wiki/Carrier-grade_NAT
[6]: Yes, millions. RFC 6598 reserved a /10 for them, which is 4 million unique IPv4 addresses: https://tools.ietf.org/html/rfc6598
NorwegianDude|5 years ago
webphineas|5 years ago
redbergy|5 years ago
remram|5 years ago
That sounds like a very battery-unfriendly idea.
Max70|5 years ago
[deleted]
jancsika|5 years ago
Thanks, I have used Recaptcha for a long time now. It made no difference.
> One item that is on the roadmap that is coming and may be of interest is `Optional Admin Approval for local user sign up` - https://gitlab.com/groups/gitlab-org/-/epics/4491.
Yes, that would be a very sensible solution and welcome feature for my use case here.
Unfortunately, from the bottom of that issue tracker:
"Yikes. I'm glad we did the further breakdown and pre-work. It's a bit cringeworthy looking back and seeing I estimated a 5"
mushakov|5 years ago
rightbyte|5 years ago
There need to be other ways to reach out to users who block Google.
encom|5 years ago
The other day I was forced to endure it, because I wanted to delete my ancient Minecraft account, since Microsoft pulled a Facebook and are going to require a Microsoft account to play going forwards. Without exaggeration, it took me 15 minutes of training Google surveillance AI (had to solve it three times), for Recaptcha to let me in. I guess Google really hates me.
mushakov|5 years ago
kemayo|5 years ago
Also, is manual approval for new signups a good idea for a large FOSS project? It seems like a pretty big barrier to legitimate discussion.
anarcat|5 years ago
We can't use ReCAPTCHA or Akismet for obvious privacy reasons. The new "admin approval" process in 13.5 is interesting, but doesn't work so well for us, because it's hard to judge if an account should be allowed or not.
As a workaround, we implemented a "lobby": a simple Django app that sits in front of gitlab to moderate admissions.
https://gitlab.torproject.org/tpo/tpa/gitlab-lobby/
The idea is people have to provide a reason (free form text field) to justify their account. We'd also like people to be able to file bugs from there directly, in one shot.
We're also thinking of enabling the service desk to have that lower bar for entry, but we're worried about abuse there as well.
Having alternatives to ReCAPTCHA would be quite useful for us as well.
MrStonedOne|5 years ago
noizejoy|5 years ago
gaba|5 years ago
67868018|5 years ago
xiphias2|5 years ago
pitay|5 years ago
Having both options would be great.
[1] https://support.google.com/webmasters/answer/96569