Hi guys,
I have a Content Management System (CMS) which will be used by clients to update their site. The CMS has multiple users.
What I'd like to implement is access rights. Some users are not allowed to update or can only view and not update certain sections of their site etc.
I've read a lot about access rights and found out role based and page based methods of dealing with this. I am not planning to use role based rights since the amount of users is not large and its one of our requirements :(
I will use role based management later when I implement website user management.
Anyway how would you recommend me to design this for use with MYSQL database? I'm using ASP.NET 3.5. (but I'm interested in the MYSQL Part)
Or are there any other suggestions/alternatives?
Thanks
Luk
I have a Content Management System (CMS) which will be used by clients to update their site. The CMS has multiple users.
What I'd like to implement is access rights. Some users are not allowed to update or can only view and not update certain sections of their site etc.
I've read a lot about access rights and found out role based and page based methods of dealing with this. I am not planning to use role based rights since the amount of users is not large and its one of our requirements :(
I will use role based management later when I implement website user management.
Anyway how would you recommend me to design this for use with MYSQL database? I'm using ASP.NET 3.5. (but I'm interested in the MYSQL Part)
Or are there any other suggestions/alternatives?
Thanks
Luk
Comment