Keeping Credit Card Details hidden from 'Order Managers'

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
aaronfrankel
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 47
Joined: Wed May 07, 2008 1:44 pm
Location: Houston, TX
Contact:

Keeping Credit Card Details hidden from 'Order Managers'

Post by aaronfrankel » Sat Oct 04, 2008 10:47 am

First, I guess I should ask the question if there really is a good reason to let 'Order Managers' be able to view customer credit card information by going into Payments and clicking on Account Details?

My second question is this, is there a way to edit this role to not show them the full credit card information or disallow viewing the credit card details all together? All of my staff from shipping to customer service go through a pre-employment screening process and background check, but then again they put locks on doors to keep honest people honest.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Keeping Credit Card Details hidden from 'Order Managers'

Post by jmestep » Sat Oct 04, 2008 1:30 pm

You can change the permissions in the web.config file under the Admin/Payments folder. Here is the default:

Code: Select all

<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
  <system.web>
    <authorization>
      <allow roles="System,Admin,Jr. Admin,Manage Orders" />
      <deny users="*"/>
    </authorization>
  </system.web>
</configuration>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

aaronfrankel
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 47
Joined: Wed May 07, 2008 1:44 pm
Location: Houston, TX
Contact:

Re: Keeping Credit Card Details hidden from 'Order Managers'

Post by aaronfrankel » Sat Oct 04, 2008 2:04 pm

Thanks!

Post Reply