User Database with specific permissions

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
mike_kallet
 
 
Posts: 30
Joined: Tue Jan 18, 2011 2:34 pm
Location: Denver, Colorado, USA
Contact:

User Database with specific permissions

Post by mike_kallet »

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 avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: User Database with specific permissions

Post by Pablo »

There is currently no standard solution for this, this will require custom coding.
User 'roles' are planned for the next version (somewhere next year)
mike_kallet
 
 
Posts: 30
Joined: Tue Jan 18, 2011 2:34 pm
Location: Denver, Colorado, USA
Contact:

Re: User Database with specific permissions

Post by mike_kallet »

I'll wait :) Thanks for the reply.
Post Reply