Security settings, deleting transactions in R6?

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
bugman
Commander (CMDR)
Commander (CMDR)
Posts: 123
Joined: Tue Mar 19, 2013 8:53 am

Security settings, deleting transactions in R6?

Post by bugman » Tue Aug 05, 2014 12:49 pm

The security info in the Merchant Guide is a little... skimpy.

Is there some document that DETAILS security settings (i.e. permissions) that each of the standard User Groups can & cannot perform?

From what I see in the merchant guide it appears that one can DELETE transactions - including payments? This seems a little sketchy. What's to keep an employee from selling some merchandise, collecting the money, then deleting the record of the sale & payment? SURELY that cannot be done, right?

Is there a place to set specific permissions for the pre-configured User Groups (like... "cannot delete payments!"), or for new groups that are created?

Any direction as to resources that would help me in this area would be much appreciated!

Thanks,

bugman
Thanks!

--
bugman
AbleCommerce for ASP.NET
VERSION: 7.0.90.8302
Release Label: GoldR10

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Security settings, deleting transactions in R6?

Post by Katie » Tue Aug 05, 2014 3:19 pm

Hello,

I'm sorry the merchant guide doesn't have a more detailed explanation of the main security groups. If you can find the \Admin\ folder on the server, then within each sub-category (eg. \Orders\) there is a web.config file. Open this file and you can view the admin groups that have access to the features that are within this section.

Code: Select all

<configuration>
  <system.web>
    <authorization>
      <allow roles="System,Admin,Junior Admin,Manage Orders" />
      <deny users="*"/>
    </authorization>
  </system.web>
</configuration>
The security is not as granular as allowing admins to do specific tasks like deleting a transaction or deleting an order, although I'm sure it could be customized on a file by file basis, but there is nothing in the interface that allows for such a thing.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

bugman
Commander (CMDR)
Commander (CMDR)
Posts: 123
Joined: Tue Mar 19, 2013 8:53 am

Re: Security settings, deleting transactions in R6?

Post by bugman » Sun Sep 07, 2014 11:03 am

Hmm... interesting.

So far there are lots of things I love about AC, but... the lack of granular security settings isn't one of them. :-\

Let's hope that will be improved in a future release...? :-)

For now, I'll just focus on the GOOD things!

Thanks for the help Katie!
Thanks!

--
bugman
AbleCommerce for ASP.NET
VERSION: 7.0.90.8302
Release Label: GoldR10

Post Reply