Possible to allow access to 'Members' section, but deny access to 'Create Member'?
Hi there,
Just wondering if it's possible to programatically remove access to the 'Create Member' option (And save, I guess), based on properties, by hooking in to some action?
We have a requirement to let 2x groups of users have access to the Members section, but only one are 'supposed' to be able to make changes...
Possible to allow access to 'Members' section, but deny access to 'Create Member'?
Hi there,
Just wondering if it's possible to programatically remove access to the 'Create Member' option (And save, I guess), based on properties, by hooking in to some action?
We have a requirement to let 2x groups of users have access to the Members section, but only one are 'supposed' to be able to make changes...
No I don't believe so. I think that the permissions of the Member application isn't as fine-grade as that of the Content applicaction.
You'll probably have to create a custom Umbraco tree for members and manage the permissions yourself in code.
is working on a reply...