Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Adding Admins


Go to End


3 Posts   1130 Views

Avatar
sherman

Community Member, 48 Posts

25 July 2008 at 5:01am

I looked around but didn't not see anywhere to add new administrators in the admin panel.

Is this possible?

Avatar
sherman

Community Member, 48 Posts

25 July 2008 at 8:31am

"Security" not a very intuitive tab name. Users might be more appropriate.

Avatar
Phalkunz

Community Member, 69 Posts

26 July 2008 at 3:49pm

Changing the name from 'Security' to 'Administrator' you mean? if so, put the following code in mysite/_config.php file

LeftAndMain::$removed_menu_items = array('security');
LeftAndMain::$extra_menu_items = array(_t('LeftAndMain.ADMINISTRATOR',"Administrator",PR_HIGH,'Menu title') => array("security", "admin/security/", "SecurityAdmin"));