MYSQL: CMS access rights how to?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pechar
    New Member
    • Jan 2008
    • 56

    #1

    MYSQL: CMS access rights how to?

    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
  • pechar
    New Member
    • Jan 2008
    • 56

    #2
    Originally posted by pechar
    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
    Anyone out there have any idea? Any help would be appreciated

    Luk

    Comment

    Working...