Closed
Bug 631608
Opened 14 years ago
Closed 14 years ago
Implement legal's recommendations for Demo Studio registration/submission
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
developer.mozilla.org Graveyard
Demo Studio / Dev Derby
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.3
People
(Reporter: jay, Assigned: lorchard)
Details
Based on feedback from Liz in bug 622182, here are a few changes we need to make:
Per https://bugzilla.mozilla.org/show_bug.cgi?id=622182#c17:
1. Terms page URL should be /demos/terms
2. Title for the terms page should be "Terms for Contributors"
3. Anchor for #2 shoudl be #tfc
4. Checkbox text/link on submission form should read "Terms for Contributors"
Per https://bugzilla.mozilla.org/show_bug.cgi?id=622182#c19:
1. Add "Privacy Policy" link to footer after "About MDN": http://www.mozilla.org/about/policies/privacy-policy.html
That's it for now... still waiting for replies for a couple of points in https://bugzilla.mozilla.org/show_bug.cgi?id=622182#c20.
Cc'ing Craig so he can include the Privay Policy link into his updates to the phpbb and deki skins.
Reporter | ||
Comment 1•14 years ago
|
||
Craig: Sheppy said we cannot edit the actual page content for the Deki registration page (https://developer.mozilla.org/Special:UserRegistration) due to limitations in their software... but is there any other way we can display copy to the user regarding how we use their data?
For MDN, we ask name, email and password only... and that data is not shared with anyone but the user except where their name is displayed on the site for content they have edited. Email is only used to communicate with the user about their account and for things like password recovery. Password is private only to the user.
Since we don't use their info for anything other than account management for MDN, if possible, we could say something like:
"This information will only be used for communication regarding your MDN account."
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #0)
> Per https://bugzilla.mozilla.org/show_bug.cgi?id=622182#c19:
> 1. Add "Privacy Policy" link to footer after "About MDN":
> http://www.mozilla.org/about/policies/privacy-policy.html
As far as I can tell from the Django template I'm working with, all those pages have "Privacy Policy" after "About MDN". Are there some pages in particular that don't? (eg. phpbb / deki?)
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> (In reply to comment #0)
> > Per https://bugzilla.mozilla.org/show_bug.cgi?id=622182#c19:
> > 1. Add "Privacy Policy" link to footer after "About MDN":
> > http://www.mozilla.org/about/policies/privacy-policy.html
>
> As far as I can tell from the Django template I'm working with, all those pages
> have "Privacy Policy" after "About MDN". Are there some pages in particular
> that don't? (eg. phpbb / deki?)
Craig: Yeah, I verified we have that link on prod and stage9 for django pages, but it is missing from the phpbb and deki pages. Can you please add that when you update those templates? Thanks!
Comment 4•14 years ago
|
||
(In reply to comment #1)
> Craig: Sheppy said we cannot edit the actual page content for the Deki
> registration page (https://developer.mozilla.org/Special:UserRegistration) due
> to limitations in their software... but is there any other way we can display
> copy to the user regarding how we use their data?
Yeah, that's a special Deki-generated page that we can't readily modify. But it looks like there may be a plugin solution worth investigating: http://developer.mindtouch.com/en/kb/Augment_special_page_functionality_with_PHP. If that doesn't work I'm not sure what the next fallback would be.
(In reply to comment #2)
> As far as I can tell from the Django template I'm working with, all those pages
> have "Privacy Policy" after "About MDN". Are there some pages in particular
> that don't? (eg. phpbb / deki?)
The privacy link isn't in the forum and deki skins, it may have been a later addition to the Django site. I'll add it to both.
Comment 5•14 years ago
|
||
(In reply to comment #4)
> The privacy link isn't in the forum and deki skins, it may have been a later
> addition to the Django site. I'll add it to both.
I think that was the first code change I made as a Mozillian. Sorry I didn't consider deki nor phpbb at the time ...
Assignee | ||
Comment 6•14 years ago
|
||
I think this bug is done, with the exception of the privacy link in deki / phpbb, right?
Reporter | ||
Comment 7•14 years ago
|
||
(In reply to comment #6)
> I think this bug is done, with the exception of the privacy link in deki /
> phpbb, right?
Almost. After a talk with Liz and Alex today, we need to add a paragraph to the Terms page. Liz will share the text when she has it and we can close this after getting that added.
Comment 8•14 years ago
|
||
Sorry, I put the language in the legal bug. Please add the following as paragraph 5
of the terms for demo contributors and then renumber the subsequent paragraphs:
"Protecting user privacy is very important to Mozilla. Please be mindful of the
privacy rights of users of your Demo and don’t collect personal information
such as social network login information, email addresses or geolocation
information without prior permission. If you collect any personal information,
you must make available a privacy policy for your users to review."
Assignee | ||
Comment 9•14 years ago
|
||
Added paragraph 5 in this commit:
https://github.com/fwenzel/mdn/commit/9cb0941d7bba4d2164fcfbb1a1dce31306f2cab7
Should be on staging in 15-20 minutes:
https://developer-stage9.mozilla.org/en-US/demos/terms
Reporter | ||
Comment 10•14 years ago
|
||
Just noticed that the breadcrump is showing "Terms of Use"... it might make more sense to update that to say "Terms for Contributors" as well for consistency.
lorchard: Can you make that one tweak and then mark this sucker fixed? Thanks!
Assignee | ||
Comment 11•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 12•14 years ago
|
||
verified fixed https://developer.mozilla.org/en-US/demos/terms
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Version: MDN → unspecified
Updated•12 years ago
|
Component: Demos → Demo Studio / Dev Derby
Updated•5 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
•