Access control documented

This commit is contained in:
Marco Mooij | DigiState
2026-05-15 13:43:56 +02:00
parent 8e4ea9d4a0
commit db2b6e62b8
11 changed files with 95 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ To be announced
### Changes
- Changed portal management page to Settings and changed System in the sidebar to Portal management.
- Removed vc_ prefix from certain database tables.
- Display user group weight in user groups view.
## v.1.2
`06-05-2026`
@@ -19,6 +20,11 @@ To be announced
- Filtering and ordering on backup types fixed in server overview.
### Known issues
- Sidebar text is showing when sidebar is wrapped.
- Avatar upload button is dark
- non-superuser admins can update the permission name and description, this should be limited to the superuser.
- Problem with enabling and disabling modules as superuser.
- Administrator can change superuser permissions.
- problem with redirect after creating a user-group. When creating a group it does not create the permissions for the new user group. also a 500 error is displayed.
## v.1.1
`07-01-2026`
### Changes