pengkong / A3M-for-CodeIgniter-2.0

A3M Peanutbutter - For CodeIgniter 2.0
Other
110 stars 84 forks source link

How do the permissions and roles work? #32

Closed mwo44 closed 11 years ago

mwo44 commented 11 years ago

Hi first of all I’d like to thank you for the great piece of code and functionality. It’s my first use of it. And now the question: how do the permissions and roles work? When I look at the database structure I see there are tables like a3m_acl_permission and a3m_acl_role now does the library support these functionalities? I managed to install and run the library. Tested it, and started creating views for non-logged-in and logged-in users. But now I see I will need some more complexity. Basically what I need is to divide my users into readers and publishers. Then I will have at least two categories of publishers: these who can write and these who can moderate (higher permission level). How can I achieve that? User management doesn’t seem to be so simple as I thought at the beginning :-(

Once again, this library is great. Thanks in advance

donjakobo commented 11 years ago

As I no longer support this branch of a3m, take a look at the latest fork (and branch w the admin panel in beta): https://github.com/donjakobo/A3M/tree/admin-panel

mwo44 commented 11 years ago

Ok, I will. Thank you