-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin user table, admin logging, multi user admin #207
base: master
Are you sure you want to change the base?
Admin user table, admin logging, multi user admin #207
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