MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Role Permissions  (Mono Support )

Viewed 13971 time(s), 2 post(s) 11/15/2010 7:58:33 PMby jeebus626
jeebus626

jeebus626

11/15/2010 7:58:33 PM
Hello,

This is related somewhat to my questions on multiple blogs, but I figured I would give it its own thread since it's more a general curiosity than anything (and in the event it's a dumb question, better to leave it separate from the other thread). Do the default roles in the admin module do anything? Where do you set what each user role can and can't do? When I go to add a new role, all I can do is enter a general description; I'm sure that the system isn't assigning rights based on what is entered there, so where is actual role definition being done in the system?

This content has not been rated yet. 
0 Reputation 34 Total posts
denis

denis

11/15/2010 8:58:09 PM
Hi,
You are correct - role management screen exists for one sole purpose - so the user could enter as many roles as he needs. After that, you will see these roles take some sort of action in several places:
- web.config: multiple tags that allow you to define which user roles are site admins, blog admins, news admins, etc.
- page management: you can set the "view" privileges on both pages and navigation menus
- Web part properties: you can set "view" and "write" privileges on each individual Web part
- newsletter management: you can send newsletters to different roles separately
...
There are many more scenarios in which role list comes into play. This is equally important on custom projects, where you can easily check the role membership and than make various decisions based on it.
This content has not been rated yet. 
7207 Reputation 956 Total posts