Is there an option to turn off logging for Admin activity? It seems only a useful feature if you have a lot of hands in the cookie jar, not for single admins. It only leaves me with massive backup sql files
Is there an option to turn off logging for Admin activity? It seems only a useful feature if you have a lot of hands in the cookie jar, not for single admins. It only leaves me with massive backup sql files
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
It is present for compliance with requirements of credit card merchants ... in summary, the terms state that there must be an audit trail to determine who has had access to what customer data. This information is only used in the event an audit is needed, primarily for security or fraud investigation, etc.
A purge option is provided in Admin->Tools->Store Manager. One click empties the table.
You could disable it on a development site that never contains any customer data related to any real people, simply by commenting out the line that inserts the new record into the table.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
But if you are purging it anyway every 2 months.. then an Audit at the exact moment you purge it, or one that wants to know about data 3 months ago... you'd be in the same boat of not having it at all.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Right. Thus, backups are important.Originally Posted by qhome
To the point of your original question ... yes, you can disable it by commenting out the code that does the insertion.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
if someone can give a quick guide what to comment out please do!! pleeeease?
/admin/includes/init_includes/init_admin_history.php
there's a zen_db_perform() function call that does the writing of data to the database.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.