This patch adds support for role management APIs: create, edit, remove, reorder roles; add and remove user from role.
It's almost fully complete, apart from one compiler issue in reorder_roles. I couldn't figure what exactly goes wrong in there, so the code is commented and I'm up for any advice. Otherwise, I can just remove that method.
This patch adds support for role management APIs: create, edit, remove, reorder roles; add and remove user from role.
It's almost fully complete, apart from one compiler issue in
reorder_roles
. I couldn't figure what exactly goes wrong in there, so the code is commented and I'm up for any advice. Otherwise, I can just remove that method.