Here's what I'm trying to figure out;
I have a customer database of thousands. They are grouped in "categories". I'd like to be able to have them login and the only have access to certain pages based on these categories. My questions are as follows:
- Can I use the php DB method to store (I would pre populate) the categories, or must I use the a SQL db?
- Regardless of which method, can I restrict certain pages based on permissions per customer, i.e. per category they are classified in?
thx
User Database with specific permissions
-
-
- Posts: 33
- Joined: Tue Jan 18, 2011 2:34 pm
- Location: Denver, Colorado, USA
- Contact:
Re: User Database with specific permissions
There is currently no standard solution for this, this will require custom coding.
User 'roles' are planned for the next version (somewhere next year)
User 'roles' are planned for the next version (somewhere next year)
-
-
- Posts: 33
- Joined: Tue Jan 18, 2011 2:34 pm
- Location: Denver, Colorado, USA
- Contact:
Re: User Database with specific permissions
I'll wait
Thanks for the reply.
