uc_file.module appears to put the File Downloads fieldset for user administrators on every category of the account editing interface. This can be corrected with the following change to line 109 in beta 1 (and maybe the same line in beta2):

if (user_access('administer users') && (is_null($category) || $category == 'account')) {

Comments

shawn conn’s picture

Status: Active » Fixed

Good find. I'm surprised this has been missed for so long. It also showed up in uc_roles as well. Patch committed, will show up in beta 3 release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.