Closed
Bug 632204
Opened 15 years ago
Closed 11 years ago
Remove reCAPTCHA from Demo Studio submission form
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lorchard, Assigned: bansalutkarsh3, Mentored)
Details
(Whiteboard: [triaged][good first bug])
Since we require login to submit demos, and logged in users have to pass a captcha to register in the first place, we might be able to remove the captcha from the demo submission form. There's nothing like uploading a multi-meg demo and having captcha validation fail.
On the other hand, since demo submissions go live right away, this means spammers only have to pass one captcha to start uploading garbage.
Leaving this bug open for discussion
| Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → 1.0
Comment 1•15 years ago
|
||
(In reply to comment #0)
> Since we require login to submit demos, and logged in users have to pass a
> captcha to register in the first place, we might be able to remove the captcha
> from the demo submission form. There's nothing like uploading a multi-meg demo
> and having captcha validation fail.
>
> On the other hand, since demo submissions go live right away, this means
> spammers only have to pass one captcha to start uploading garbage.
>
> Leaving this bug open for discussion
Let's remove the captcha and add honeypot fields to the demo submission form then? It should stop bots and won't frustrate real users.
Updated•15 years ago
|
Target Milestone: 1.0 → 0.9.4
Comment 2•15 years ago
|
||
Until we make it so that users need to confirm/enable the demos after submitting, I think we should keep the Captcha there.
Once we make newly submitted demos hidden by default, it might be safer. I don't know how easily hackers could login once to MDN and then run scripts to submit demo spam... but rather not find out. :-)
I'll defer to Luke on the best alternative solution when the time comes.
Target Milestone: 0.9.4 → ---
Updated•13 years ago
|
Version: MDN → unspecified
Updated•13 years ago
|
Component: Demos → Demo Studio / Dev Derby
Comment 3•13 years ago
|
||
Will mention this to Holly, who is working on UX.
Summary: [Demo Studio] Remove recaptcha from demo submission form? → Remove reCAPTCHA from Demo Studio submission form
Updated•12 years ago
|
Whiteboard: [triaged]
Updated•12 years ago
|
Whiteboard: [triaged] → [triaged][mentor=davidwalsh]
Updated•12 years ago
|
Whiteboard: [triaged][mentor=davidwalsh] → [triaged]
Updated•12 years ago
|
Whiteboard: [triaged] → [triaged][good first bug]
Updated•11 years ago
|
Mentor: jkarahalis
Whiteboard: [triaged][good first bug] → [triaged]
Updated•11 years ago
|
Whiteboard: [triaged] → [triaged][good first bug]
| Assignee | ||
Comment 4•11 years ago
|
||
Hi, i'm interested in fixing this, however I would need help getting around things.
Comment 5•11 years ago
|
||
Hi, I have created a pull request for this : https://github.com/mozilla/kuma/pull/3157
Comment 6•11 years ago
|
||
Sorry, it's https://github.com/mozilla/kuma/pull/3158
Comment 7•11 years ago
|
||
karan, sorry I forgot to assign this. Utkarsh already has a pull request in for it:
https://github.com/mozilla/kuma/pull/3158/files
Assignee: nobody → bansalutkarsh3
Comment 8•11 years ago
|
||
Oops, this is Utkarsh's PR: https://github.com/mozilla/kuma/pull/3131
Comment 9•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/f716858711455b2afee850ab5a1b537810bd34dc
Fixes bug 632204 - Remove reCAPTCHA
* removes the captcha form field from forms and template
* removes django-recaptcha submodule
* remove the recaptcha settings from settings.py
https://github.com/mozilla/kuma/commit/c83e948350c9d5f22d9e6f85cf45e40c5bc6e568
bug 632204 - Removes re-captcha field tests
https://github.com/mozilla/kuma/commit/e4d2755b5f69763b8ba895dcd1b12ef81f72ef4b
bug 632204 - remove captcha app from settings
https://github.com/mozilla/kuma/commit/715c5e7b17a0bb558bc8aea874ab736a89ae94ed
bug 632204 - remove RECAPTCHA from settings_local
https://github.com/mozilla/kuma/commit/12d56a83d1691d11fc037709297d9efbaf0850b1
bug 632204 - clean up imports
https://github.com/mozilla/kuma/commit/9e4c0f6347b5f294f9779ff6570737fa01b1ac23
Merge pull request #3165 from groovecoder/remove-recaptcha-632204
r+ by @jezdez Fixes bug 632204 - Remove reCAPTCHA
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•