THM-Health / PILOS

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
https://thm-health.github.io/PILOS/
GNU Lesser General Public License v2.1
51 stars 19 forks source link

403 error handlig on admin pages #1603

Open Sabr1n4W opened 1 day ago

Sabr1n4W commented 1 day ago

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.