Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I delete the SDL Tridion Default Groups?

Tags:

tridion

I've assumed there was something unique or special about the default Tridion groups (e.g. Editor, Chief Editor, etc) because creating a new Publication seemed to get these groups automatically.

I actually see that new publications get all of the groups in its assigned parent upon creation, it's not necessarily because they're default groups.

Can I delete these default groups? Aside from the out-of-the-box workflow options, any reason to leave these in Tridion from a programming or technical perspective?

like image 836
Alvin Reyes Avatar asked Dec 26 '22 11:12

Alvin Reyes


1 Answers

New Publications outside of an existing BluePrint will pick up the default rights from the default groups. If you don't need any out of the box settings, you should be OK deleting them (but I have never tried, so it may not be possible). In the database they have a special flag (IS_DEFAULT_GROUP).

I tend to use them for controlling rights, and make my other groups members of Authors,and Editors etc so that I get some basic rights out of the box for all publications.

like image 78
GourmetCMS Avatar answered Jan 28 '23 00:01

GourmetCMS