node_acl
node_acl copied to clipboard
Renaming Roles?
How do we go about renaming role name while using a knex backend ?
Conceptual question.
For me i ended up with role names in ACL as IDs for real role model, so all role details (including names) are in separate model stored in different database table. So, i can simply rename role as simple update query to database - ACL is totally not involved.