Closed
Bug 463120
(WH-1628147)
Opened 17 years ago
Closed 17 years ago
tiki-pagehistory.php displays IP addresses of editors to any logged-in user
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: reed, Assigned: ecooper)
References
()
Details
(Whiteboard: tiki_fixed)
https://support.mozilla.com/tiki-pagehistory.php?page=Clearing+Location+bar+history
The IP addresses of the editors should not be displayed to anybody except admins. Thankfully, the IP shown is just what the NetScaler is using for proxying rather than people's real IP. However, that shouldn't make this any less real.
Comment 1•17 years ago
|
||
We need to get the fix for it upstream to Tiki: marking private for their benefit.
Assignee: nobody → laura
Group: websites-security
Target Milestone: --- → 0.7.3
| Reporter | ||
Updated•17 years ago
|
Group: websites-security
| Reporter | ||
Updated•17 years ago
|
Group: websites-security
Updated•17 years ago
|
Target Milestone: 0.7.3 → 0.9
Updated•17 years ago
|
Target Milestone: 0.9 → 0.8.2
Comment 2•17 years ago
|
||
Nelson mentioned there is a way to turn this off administratively. Nelson?
| Assignee | ||
Comment 3•17 years ago
|
||
In tiki, you have the option of turning off the IP address column. Admin (general) -> Wiki and it's under the "Wiki History" section.
| Assignee | ||
Comment 4•17 years ago
|
||
Just as a follow-up note, the setting wasn't saving properly in my local dev instance. To change it, I was required to edit /lib/setup/prefs.php and change it manually.
This might just be a local quark.
Once it is changed, the IP column is no longer displayed in tiki-pagehistory. IP addresses are still stored in the table `tiki_history`.
Updated•17 years ago
|
Target Milestone: 0.8.2 → 0.9
Updated•17 years ago
|
Assignee: laura → smirkingsisyphus
| Assignee | ||
Comment 5•17 years ago
|
||
The logic used by template for the admin page made it impossible to set this correctly.
A two line fix was introduced to allow the hiding of user's IP addresses in wiki history. Fix is in r22179/r22180
After the push for 0.9, we'll need to change the setting on prod.
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
Verified FIXED on:
https://support-stage.mozilla.org/tiki-admin.php?locale=en-US&page=wiki
I unchecked "Display user IP in history:" under "Wiki History" and clicked "Change preferences".
That page reloaded and I saw, "feature_wiki_history_ip disabled" at the top.
I then went to https://support-stage.mozilla.org/tiki-pagehistory.php?locale=en-US&page=Clearing+private+data while logged in and saw no IP addresses.
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: tiki_bug
Updated•16 years ago
|
Whiteboard: tiki_bug → tiki_fixed
Comment 7•10 years ago
|
||
These bugs are all resolved, so I'm removing the security flag from them.
Group: websites-security
You need to log in
before you can comment on or make changes to this bug.
Description
•