Closed (fixed)
Project:
e-Commerce
Version:
4.7.x-1.x-dev
Component:
store.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2006 at 11:41 UTC
Updated:
23 Jun 2006 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jesse Grosjean commentedI'm just noticing that anonymous transactions are also visible to other anonymous users. For example if transaction 45 was made by an anonymous users then this path will be visible to any anonymous user visting the site:
http://www.mysite.com/store/transaction/view/45
Jesse
Comment #2
sym commentedI too have this, and all the address info for my users is viewable by anyone...
Comment #3
sym commentedAs a quick fix, I've added
arround the whole store_user_history function.
It just shows a blank page for now, but it should do the same thing as going to store/history does (access denied)
Comment #4
sym commentedAlright, here is an attempt to fix it.
I hope the patch works...last one I made went wrong...
This is a patch for CVS - should I make one for 4.7 as well?
Comment #5
gordon commentedI have ported the fix from 4.6 which I did a while back. I don't know why this didn't get put in.
Comment #6
(not verified) commented