PILOS is an easy-to-use open source front-end for BigBlueButton servers with a built-in load balancer. Docker-Images: https://hub.docker.com/r/pilos/pilos
Currently there is no custom 403 error handling on admin pages when a user does not have the permission to perform a specific action because the permissions changed.
Because of this the user only gets an error message and nothing else changes.
Describe the solution you'd like
Add a custom 403 error handling which results in reloading the user permissions so that there is not only an error message but the view also is shown according to the permissions the user has.
Currently there is no custom 403 error handling on admin pages when a user does not have the permission to perform a specific action because the permissions changed.
Because of this the user only gets an error message and nothing else changes.
Describe the solution you'd like Add a custom 403 error handling which results in reloading the user permissions so that there is not only an error message but the view also is shown according to the permissions the user has.