Page 1 of 1

User Database with specific permissions

Posted: Fri Nov 17, 2017 6:08 pm
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

Re: User Database with specific permissions

Posted: Fri Nov 17, 2017 7:07 pm
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)

Re: User Database with specific permissions

Posted: Fri Nov 17, 2017 9:46 pm
by mike_kallet
I'll wait :) Thanks for the reply.