zurmo / Zurmo

GNU Affero General Public License v3.0
100 stars 41 forks source link

exception.AccessDeniedSecurityException error #9

Open ccravens opened 8 years ago

ccravens commented 8 years ago

I had this error when logging in as one of my sales staff.

The following fixed the issue: http://zurmo.org/forums/index.php?/topic/5167-accessdeniedsecurityexception/#entry15809

When going into the config file, it says "Check in as true", but it was set to false by default.

Please update the following entry default from "false" to "true" as stated in the excerpt below from the config file:

// Turn this off to use php to do permissions, rights, and polices. // Use this to comparatively test the mysql stored functions and procedures. // Check it in as true! $securityOptimized = false;

                   ^----------> This is false by default, needs to be true!!