Adding this module to my site seems to have had a weird effect on permissions.

The site is in development, and we have a role called 'mid-admin' which has literally every available permission checked while we are in development. However, as a mid-admin when I try and edit the "User-1" (admin/settings/imce/profile/edit/1) Configuration profile I am getting an access denied.

The other User Profiles do not give me an access denied error when I try and edit them (Sample and one I created)

The other thing is that the crop option is only available when I am logged in as Admin. ifi am one of the mid-admins, i am still using The "User-1" Configuration profile (I believe) but the crop option is not available to me,.

Thanks for the work on this great addition to drupal

Comments

ufku’s picture

I can't reproduce this bug. It may be the role weight causing mid-admins get authenticated user profile. Try setting a lower weight for mid-admins at admin/settings/imce

gdoteof’s picture

mid-admins are set to -10.

to be clear, the user getting the access denied error i a mid-admin which has every permission attribute checked.

ufku’s picture

It is by design that User-1 profile is editable by only user#1. You can create a new profile and import settings from User-1.
What about IMCE interface? Do mid-admins see crop tab?

gdoteof’s picture

Status: Active » Closed (fixed)

yes, after changing the weight the crop works correctly. sorry about that.

dooug’s picture

StatusFileSize
new19.84 KB

It took me a little while to notice the Crop checkbox on the each IMCE Profile's settings page. For future reference, be sure to check this for the module to work!