Awhile back I posted about a security diagram that would be scalable enough to allow a super user to define roles and associate those roles with users. Upon thinking on it more, it seems that I should just rename my rights to roles and use the built in security of ASP.NET. This way it'll minimize my customized coding, hopefully not be confusing and still have the same results.
I wanted it to be integrated into the existing aspnet 2.0 authentication stuff. The result:
