{{indexmenu_n>20}}
====== Rights ======
FIXME
Principally user rights will be overridden by group rights in case a user is assigned to a group. But you don't **have** to assign a user to a group. Usually the management will be much easier if you set up group profiles and sort the users accordingly to their tasks nonetheless.
You can set up an unlimited number of groups with different rights.
The default user rights (as set up by the CMS system) //(simple user and Administrator)// aren't of any relevance anymore.
===== Super-Admin =====
The new Super-Admin has unlimited access to all functions in BE, if the following minimal rights are set //(this doesn't count for files of the file center!)//:
{{:english:modules:be_user_group:enhancement-v22:group_super-user_minimal01_en.gif|}}
As a rule of thumb only **one** should be set up as a **Super-Admin**.
The specific rights for the different functions are self-explaining, but there is one exception:
==== Contentpart selection ====
**Contentparts all / Contentparts medium / Contentparts small**
{{:english:modules:be_user_group:enhancement-v22:cp_right_01_en.gif|}}
You now have the possibility to restrict CPs for different users/groups. One of three CP type sets can be assigned to a user/group.
Two of these sets can be furnished to your liking by simply editing the respective files accordingly. //(The first set Contentparts all is as is = all and therefore there is no need to edit anything).//
- include/inc_module/mod_user_group/inc_lib/article.contenttype_medium.inc.php --> (Medium)
- include_inc_module/mod_user_group/inc_lib/article.contenttype_small.inc.php --> (Small)
Simply comment every Content part you will not be going to use and put two slashes at the beginning of the appropriate line. In our example below CP felogin and CP FlashPlayer are commented, thusly not occurring anymore within the CP selection.
27 => $BL['be_ctype_faq'],
//kh 28 => $BL['be_ctype_felogin'],
//kh 25 => $BL['be_ctype_flashplayer']
Please edit these files with an AscII-Editor only (z.B. Notepad oder [[http://www.pspad.com/|PSPad]]).
The meaning of every CP you will find over here: [[english/technics/internal-function-call/content-part-types]]
**Used CP-Sets are at the moment:**
{{:english:modules:be_user_group:enhancement-v22:cp_all_medium_small_01_en.gif|}}