Thanks for your reply, but it's not quite what I need. I would like to be able to specify custom permissions on a user type on top of the ones that come installed by default. I need to make it super easy for web managers to add a user to a group and not have to worry about choosing individual permission for each user - I would like to add more permission type to the list so we can have crweate control over what they can do.
Thanks for your patience on this. I want to know if it's possible to add to this list with my own properties.So it appear as part of the tick list.
F - Browse Name : - Edit in Canvas C - Create 5 - Send to translation 4 - Translate Z - Audit Trail D - Delete M - Move O - Copy S - Sort R - Permissions P - Public Access K - Rollback A - Update U - Publish H - Send To Publish I - Manage Hostname
Custom User Permissions?
Hello,
I'm new to Umbraco 7 and I was wondering if you could help me with my question:-
Is it possible to add to the list of default permissions (for an admin account), e.g. Update, Translate, Send to Publish, Sort, Rollback etc.
We have a request to add additional levels of access and it would be good if we could update this list.
Thanks
Paul
Hi Paul,
You can restrict rights for users in Users section.
Try to look: http://screencast.com/t/JhdOyBMvwzne
Thanks
Hi Alex,
Thanks for your reply, but it's not quite what I need. I would like to be able to specify custom permissions on a user type on top of the ones that come installed by default. I need to make it super easy for web managers to add a user to a group and not have to worry about choosing individual permission for each user - I would like to add more permission type to the list so we can have crweate control over what they can do.
I hope this make sense.
Thanks
Paul
Paul, it's what you talk about.
You can create as much userTypes as you want and specify different permissions for each type.
http://screencast.com/t/kURv1K0os
Thanks
Hi Alex,
How do you add items to that permissions list - thats what I want to know - is this list customisable?
Thanks
Paul
1) Read this article :
http://our.umbraco.org/wiki/reference/api-cheatsheet/users,-user-types-and-permissions
2) http://our.umbraco.org/wiki/reference/packaging/package-actions/community-made-package-actions/grant-permission-for-an-application
Do you want to add new button to the context menu of actions in umbraco?
Hi Alex,
Thanks for your patience on this. I want to know if it's possible to add to this list with my own properties.So it appear as part of the tick list.
F - Browse Name
: - Edit in Canvas
C - Create
5 - Send to translation
4 - Translate
Z - Audit Trail
D - Delete
M - Move
O - Copy
S - Sort
R - Permissions
P - Public Access
K - Rollback
A - Update
U - Publish
H - Send To Publish
I - Manage Hostname
Thanks
Paul
Paul, yes, you can do that. You have to create new class implementing the IAction-interface.
Here Examples:
http://our.umbraco.org/forum/developers/extending-umbraco/45168-How-to-create-a-custom-context-menu-item-i-Umbraco-616
http://pastebin.com/sy3QpqMH
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/event-examples
Thanks
And then add this action to the context menu in the render event.
Thanks Alex, I'll give it a go and see if it does the trick. :)
is working on a reply...