Admin user table, admin logging, multi user admin#207
Admin user table, admin logging, multi user admin#207jderner-telware wants to merge 1 commit intodOpensource:masterfrom
Conversation
|
@jderner-telware we have looked at this before and you are certainly on the right track here. A couple tips and resources that may get you on the right track:
|
|
Implementation will be as follows: API Doc’s built-into UISphinx documentation generatorsee the issue comments for more info on doc generation: Switch to production ready web servernginx and apache supportsee the following projects for example implementations: Multi-User Supportgroup access controlthe permissions won't be modifiable this release
users apigroups_acl=('dsip_admin') GET /api/v1/users GET /api/v1/users?username=xxxx GET /api/v1/users?group=xxxx POST /api/v1/users PUT /api/v1/users PUT /api/v1/users?username=xxxx PUT /api/v1/users?group=xxxx DELETE /api/v1/users DELETE /api/v1/users?username=xxxx DELETE /api/v1/users?group=xxxx DB schema |
|
Just an update here, this is pushed back to v0.70, planned for March 2021. |
|
This was pushed back again... Aiming for release v0.72 now |
|
Bump to v0.73 |
Create multiple admin user login
Create logging system for admin actions
Add install script for admin_users table
Manipulate entered password to use md5 for base level encryption storage