[TYPO3-core] RFC: Bug #10642: Backend admin cannot perform file operations in filelist

Steffen Kamper info at sk-typo3.de
Tue Mar 24 17:09:37 CET 2009


FYI: committed (v_1) to trunk, rev 5221

vg Steffen


Christian Kuhn schrieb:
> This is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10642
> 
> Branches: trunk
> 
> Problem:
> Each user (also admin users) in the backend can be defined with specific
> fileoperation permissions. If an admin user has no permissions here he's
> not allowed to e.g. create a new directory in the filelist module
> (fileadmin). However, an admin is allowed to change its permissions in
> the be_users table. Thus, there should not be a check in the filelist
> module against the mentioned fileoperation permissions for admin users.
> 
> Solution:
> Return full access in getFileoperationPermissions() in
> t3lib/class.t3lib_userauthgroup.php if user is admin.
> 
> Regards
> Christian
> 


More information about the TYPO3-team-core mailing list