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

Managing Member Permissions


Go to End


3 Posts   1894 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 September 2008 at 1:29am

When I give control of the CMS to my client, I'd like to give them the ability to manage users. What I don't want, however, is for them to be able to alter or delete the root user (me). Looks like even users with lower levels of perms may delete a user that is "above" him or her, so to speak. Any way to change this?

Avatar
ScottiouS

Community Member, 54 Posts

17 September 2008 at 2:56pm

You can add a login via the _config.php

Security::setDefaultAdmin($username, $password)

See here for more info: http://doc.silverstripe.com/doku.php?id=security

Avatar
UncleCheese

Forum Moderator, 4102 Posts

18 September 2008 at 5:21am

Perfect. Thank you.