Using built-in membership, is there a way to make sure that an administrator
(assuming that a site has multiple administrators) can delete/edit only
users that he/she created?
Any suggestions will be appreciated.
Thanks,
Bogdan
Peter Bromberg [C# MVP] - 17 Mar 2008 16:50 GMT
Not with the built-in provider "as-is", since no data about "who" created a
user is stored. You'd need to make a custom provider class that added this
information.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Using built-in membership, is there a way to make sure that an administrator
> (assuming that a site has multiple administrators) can delete/edit only
[quoted text clipped - 4 lines]
> Bogdan
>