Hello, How to Apply Style to all ROOT accounts only, except resellers accounts? Thanks
A azednetma Active Member Oct 27, 2015 41 3 58 Marrakech cPanel Access Level Root Administrator May 26, 2020 #1 Hello, How to Apply Style to all ROOT accounts only, except resellers accounts? Thanks
cPanelLauren Product Owner II Staff member Nov 14, 2017 13,266 1,300 363 Houston May 27, 2020 #2 This is absolutely not detailed enough for me to be able to provide you an acceptable answer. Before continuing to post on the forums please read Forums Guidelines and FAQ for what is useful in a forums post.
This is absolutely not detailed enough for me to be able to provide you an acceptable answer. Before continuing to post on the forums please read Forums Guidelines and FAQ for what is useful in a forums post.
A azednetma Active Member Oct 27, 2015 41 3 58 Marrakech cPanel Access Level Root Administrator May 29, 2020 #3 Hello, How to apply this style to all cPanel account except accounts of Resellers? Attachments Screenshot_25.jpg 28.9 KB Views: 2
cPanelLauren Product Owner II Staff member Nov 14, 2017 13,266 1,300 363 Houston Jun 1, 2020 #4 The modify_account script does this: The modify_accounts Script | cPanel & WHM Documentation You can use this script to set existing cPanel accounts to use a new theme. docs.cpanel.net Code: /scripts/modify_accounts --theme=paper_lantern --style=light --user=user1,user2 It won't do just root owned but it will allow you to specify users or reseller
The modify_account script does this: The modify_accounts Script | cPanel & WHM Documentation You can use this script to set existing cPanel accounts to use a new theme. docs.cpanel.net Code: /scripts/modify_accounts --theme=paper_lantern --style=light --user=user1,user2 It won't do just root owned but it will allow you to specify users or reseller